Tofubar
tofoobar.bsky.social
Tofubar
@tofoobar.bsky.social
Is my deno setup broken, or do you really have to restart your deno-lsp every time you install a new dependency?
April 6, 2025 at 2:13 PM
I just love the setup process of NixOS... has something quite magical (in the good way)
April 4, 2025 at 5:34 PM
Is it a bug, that hot module reloading does not work for Header & Title components in expo-router?
March 23, 2025 at 6:41 PM
idk how it happens, but in order to add "debt" to my "money manager app", i feel like i rewrote the whole app... 3 times...
March 23, 2025 at 5:48 PM
When versioning...
do you make all the changes and afterwards bump the version so it is:

- Version Bump
- add: ...
- feat: ...
- add: ...

or do you make the version bump and afterwards do the changes for said version:
- add: ...
- feat: ...
- add: ...
- Version Bump

("displayed" is commit history
March 17, 2025 at 5:47 PM
Reposted by Tofubar
🚨Someone's opening @github.com issues that look like a Security Alert when you get an email notification in an attempt to make you "change your password". Please report them, they opened 487 issues:
dc969 - Overview
GitHub is where dc969 builds software.
github.com
March 16, 2025 at 12:12 PM
Rewrote my NixOS config as HomeManager modules today... really proud of what I achieved with that setup
March 14, 2025 at 10:22 PM
I know it shouldn't be done, but I am kinda thinking about a TS package to generate nix configs...
so you can write your NixOS Config in Typescript...

(the only reason is that I don't quite understand the Nix language tbh)
March 10, 2025 at 1:58 PM
Are there any "Typescript without JS knowledge" videos, in a way that they treat TS as the whole language and describe the Syntax of the language without the focus on the type system.

because I think often you only write JS and a Object type here and there...
March 6, 2025 at 8:23 PM
Reposted by Tofubar
Our lint rules contest is over! Thank you all for your submissions. Prizes will be sent out to those who participated.

Check out some of the notable rules published 👇

deno.com/blog/lint-ru...
March 5, 2025 at 6:49 PM
I'm currently planning with some others to start a coding project together...
actually super hyped to 'work on a team' for the first time
March 4, 2025 at 9:38 PM
Is there a npx equivalent in deno?

e.g. for using shadcn or create-xy
March 3, 2025 at 6:11 PM
I kinda like the idea of updating all my installed programs at once (with nix) over a channel update
March 2, 2025 at 7:24 PM
Reposted by Tofubar
Early prototype of split view groups. We are starting to experiment with groups so we can later add fully fledged folders! (early prototype!)
February 28, 2025 at 3:10 PM
I think i really have to get into the "mindset" of using zellij sessions...
Having a session per project etc seems like a really nice productivity boost
February 27, 2025 at 1:32 PM
I've created a Nix-devshell, which:
- opens port 3030
- starts the dev server
And after i close the dev server:
- closes port 3030
- closes the dev shell

I am actually pretty proud of the DX i achieved there
February 26, 2025 at 10:55 PM
I hacked together my own Portal implementation in React which supports passing up context over said portal.

I am actually quite proud of the implementation (even dough it is quite simple)
February 26, 2025 at 8:40 PM
In the near future I'll merge my 5000 lines branch with a sqash commit...

this branch got way out of hand and i don't know how to stop it so i am just gonna sqash commit it all
February 24, 2025 at 10:20 PM
I love file based routing but this can't be it...
February 24, 2025 at 5:55 PM
Reposted by Tofubar
Version 1.8b just dropped!
You'll now be able to rename pinned tabs and we added support for acrylic backgrounds on windows 11 with mica.
➕ reworked gradient generator
➕ updated to Firefox 135.0.1

You can read the full release notes here👇
https://zen-browser.app/release-notes/#1.8b
February 24, 2025 at 5:36 AM
I think today was somewhat a break-trough with my NixOS config.
I feel like i could now actually use this OS for some daily tasks (coding)
I just added the unstable nixpkgs branch to my inputs, so i can now use pkgs.{package} or unstable.{package} to install something...

I am actually really proud of this achievement because i did it mainly on my own...
February 23, 2025 at 11:07 PM
I just added the unstable nixpkgs branch to my inputs, so i can now use pkgs.{package} or unstable.{package} to install something...

I am actually really proud of this achievement because i did it mainly on my own...
February 23, 2025 at 9:09 PM
Just want to say:
I love using Suspense + TanstackQuery
February 21, 2025 at 5:22 PM
Reposted by Tofubar
Yes, we will be announcing ANOTHER awesome TanStack.com library tomorrow. Be there or be 🔲!
I'm very excited to have @tannerlinsley.com join me on stream tomorrow to talk about the latest developments in @tanstack.com and to announce a new release!! 🎉

www.youtube.com/watch?v=p16C...
One Stack to Rule Them All w/ Tanner Linsley
YouTube video by Ryan Carniato
www.youtube.com
February 20, 2025 at 11:53 PM
Does anyboady have experience with custom fonts inside react native svgs?

I tried using expo-font to load the font and this works (normal <Text> components can display them, however with react-native-svg <Text> it does not work...
February 15, 2025 at 6:20 PM