Viewing profile — hiimshort
hiimshort
HN member- Joined
- Sat, Mar 11, 2017, 6:46 AM UTC
- HN karma
- 374
- Public activity
- 76 items
- HN profile
- View on Hacker News ↗
About hiimshort
No profile information was provided.
Recent public activity
-
comment
Comment #48672303
Just a passerby, but wanted to say thanks for your work. Ory services are a delight and I was excited to see them spring up years ago and even more excited to see them continue to …
-
comment
Comment #44930614
It is surprising for me to see these features finally being added to Node after such a long time. Especially so when I remember reading discussion after discussion about how someth…
-
comment
Comment #44058528
I have been wondering about the use of diffusion techniques for text generation, it is nice to see Google release a model that, seemingly, validates some thoughts I had. Most folks…
-
comment
Comment #42995791
Lix is excellent. It is already faster (parsing), safer (better defaults, removed footguns), and easier to use (better errors, etc) than Nix. If anyone wants to get started using N…
- story
-
comment
Comment #42680922
For those unfamiliar with the game I would highly recommend it if you are interested in CRPG games with excellent writing. There is a lot of text in this game, but with the most re…
-
comment
Comment #42604032
The same is true for me on Safari. I've tried with and without AdGuard and the experience on plenty of sites that I just want to get a quick tidbit from is awfully painful.
-
comment
Comment #41644467
A friend of mine works on DotBigBang which is pretty approachable. May be worth giving it a try! https://dotbigbang.com/
-
comment
Comment #41321688
You can set up secure boot on NixOS with lanzaboote: https://github.com/nix-community/lanzaboote
-
comment
Comment #41221204
Pikuma is excellent! I have enjoyed going through the videos on the YouTube channel to help understand some 3d graphics rendering techniques. Everything that I have seen has been a…
-
comment
Comment #40948268
Early pricing is currently $25, but you are correct that there is no free tier. I made a preview video a bit ago in case this helps! https://youtu.be/K57udxkfTyM?si=F_oK66r3HciCwK6…
-
story
Show HN: Unblock.work – Simple project management for everyone
After having worked on countless projects using many of the industry-standard tools for managing them, I came to realize that I only wanted one thing: less. All of the tools I had …
-
comment
Comment #40487987
As someone who grew up with iPhones coming out around the time I was in middle school and apps producing noises like this were used as pranks in class I have to ask that people don…
-
comment
Comment #40299521
May I recommend the learn Morse with google page? https://morse.withgoogle.com/learn/ I went through it a few times in a day and felt confident enough to be able to solve the Morse…
-
comment
Comment #40264873
This is against Sony's TOS and can result in a ban. In fact, this is exactly what happened to a Chinese user who tried to do that.
-
comment
Comment #40238826
It's important to remember that 70% of the statistics on the internet are fake.
-
comment
Comment #40210259
This has been a tough one to figure out. I do not think there is a great answer here. GitHub has a large network of people and the barrier to contributing there is fairly low. Cost…
-
comment
Comment #40210200
This page was created by me. I have tried to capture what I feel are important values that are hopefully shared by others who are leaving or have left Nix. With the values, goals, …
-
comment
Comment #40204891
A forum is currently being set up so people can start collaborating, but I intend to also create a Matrix space as well for real-time communications.
-
comment
Comment #40203902
For reference, I use Nix a lot . I was pushing it pretty hard at Intuit while I worked there. All my systems are managed with it: https://github.com/jakehamilton/config And I have …
-
comment
Comment #40203882
Hi, I (Jake Hamilton) am. Though, this is not an effort that can be undertaken by one person. My goal is publishing this page was to create a set of values, goals, and a roadmap fo…
-
comment
Comment #39560799
The last example reminds me of the once-proposed html imports feature. It was being pushed by Google back when Polymer was a thing and would've given us actual web components deliv…
-
comment
Comment #39087590
Declarative home environments are pretty great. Being able to reproduce your entire user setup is fantastic when you manage multiple machines or want to make future migrations. I r…
-
comment
Comment #39087350
Home-Manager is a project that brings declarative user home directory management to Nix. You can have it set up dotfiles, user systemd services, etc. All the things to do with stuf…
-
comment
Comment #39087338
I only got it to the proof of concept stage, but I was hacking on something that would generate docs for everything found on a Nix Flake (including modules): https://github.com/sno…