HackerTrans
TopNewTrendsCommentsPastAskShowJobs

YuukiRey

no profile record

Submissions

Is Odin Just a More Boring C?

dayvster.com
2 points·by YuukiRey·9 माह पहले·0 comments

comments

YuukiRey
·8 दिन पहले·discuss
I can't believe that a bunch of Markdown files now comes with a "Commercial Services" section. It feels like an elaborate GitHub Karma farm. Everything has to be commercialized and advertised.
YuukiRey
·4 माह पहले·discuss
If it means I can install it without internet access then I'm willing to accept the trade offs
YuukiRey
·5 माह पहले·discuss
A spoon has no randomization.
YuukiRey
·5 माह पहले·discuss
Can’t tell if this is sarcasm. Sounds like it.
YuukiRey
·6 माह पहले·discuss
I’m surprised by the somewhat positive comments. I thought this was just a chance for insider trading without repercussions. If I work at $corp and know the hotly anticipated whatever is announced tomorrow, I can finally cash in on that knowledge.

And the people losing their life savings on gambling now have one more tool.

But what do I know. I’m probably oblivious to what greatness those Truth Engines will enable.
YuukiRey
·6 माह पहले·discuss
Care to elaborate?
YuukiRey
·8 माह पहले·discuss
The Steam Machine is smaller than any case that would be considered mainstream in the small form factor community, at least to my knowledge. The FormD T1 is around 10L for example, and would look almost comically large compared to the Steam Machine.

And enthusiast cases like this are often quite expensive and not easy to get. Then you need to think about thermals, and find hardware that actually fits.

You can approach it form another angle and treat it more like a NUC and get a SoC but then you're probably not going to get close in terms of gaming performance.

So long story short: I disagree that it would be straight forward to build something like this on your own, at the same price point.
YuukiRey
·8 माह पहले·discuss
Are we looking at different charts? What I see right now on a 5 day view is:

- Nvidia -11%

- Palantir -16%

- Oracle -11%

- Meta -5%

With some very quick and extremely cursory napkin maths I do get in the 800 billion range, which the original article mentioned. I guess the linked article rounded it up to make it more sensational.
YuukiRey
·8 माह पहले·discuss
> I have seen what people are capable of doing when their tools get out of the way, and they are free to just create. This is how world class athletes, musicians, artists, writers, and of course programmers take what is in their mind and translate it into reality.

I think this is a fallacy. If you approach the question of how these people achieve the things they do with a bias towards tooling then you'll come to the conclusion that it plays a big role in their success.

In reality, many of these folks start with a very strong drive to achieve something and then the rest sort of follows. If you want to be a world class musician, start practicing an instrument. Ideally fall in love with music. The rigorous and meticulous practice routine comes later.

In other words: you can have the world's best tooling that gets out of the way, but you're still as unmotivated to do anything as before.

I think it's a cool idea and it sounds like a fun and creative endeavor. I don't want to talk it down. But I also wouldn't want folks to get the, in my opinion, misguided impression that "tooling -> success" is the correct order.
YuukiRey
·9 माह पहले·discuss
I find it a bit strange when people write about themselves in third person on their own website (see footer and about).

Anyway, the article seems very Amazon centric since I have no idea what an L6 or an L7 is. I get that they’re career ladder steps but that’s it.

And having testimonials about yourself on your own website…

The whole website feels like I clicked on an Ad for a person.
YuukiRey
·9 माह पहले·discuss
I didn't do any tests myself but based on what I read you still pay a hefty performance penalty when using e.g., a 5090 on Linux.
YuukiRey
·9 माह पहले·discuss
It’s an example of AMD catering to the AI crowd to somewhat refute your claim that they are clueless.

Not exactly a gigantic mental leap.
YuukiRey
·9 माह पहले·discuss
And every person I met today had a parrot on their shoulder. Doesn't really mean it applies to the general public (here meaning most developers out there).

I'd say <1% of all developers world wide have even heard of Nix.
YuukiRey
·9 माह पहले·discuss
This is a really insightful post. I created a Vim color scheme that uses even fewer colors than his but I didn’t realize that you might want to express nesting through varying lightness levels. I also didn’t realize that using HSLuv and making all lightness uniform might actually hurt the scheme.
YuukiRey
·9 माह पहले·discuss
I can highly recommend a recent series of podcasts by The Economist on precisely this topic https://www.economist.com/podcasts/2025/02/06/1-pigs-in-a-ba...
YuukiRey
·9 माह पहले·discuss
Okay fair point, the various *Scripts predates my entry into the developer workforce somewhat.

But just in the repos at work I deal with: yarn, npm, pnpm, bun, NextJS, biome, Prettier, ESlint, Vite, Vitest, Jest, Turbopack and esbuild. At least those are the things I remember right now. They all have their idiosyncracies and issues. They all require learning slightly different configs. Nothing is compatible with anything else. I can't take one library and `npm link` it into another because their toolchains are completely different. Then you have the whole topic of exporting TS vs. JS, different module types, module resolution, custom module resolution rules to accomodate for how some outdated plugin somewhere works.

And this really is just the tip of the iceberg.

I wish these folks the best and I hope I'm wrong and in a few years all of this is replaced by `vite lint` and `vite build`. But my past experience tells me that I'll simple add one more word to this list.
YuukiRey
·9 माह पहले·discuss
Lets assume Vite+ ends up working super well. Then projects using it could very well end up being a delight to work with. But that's a big IF. They'd have to resist the urge to integrate with the many other parts of JS and basically say no to a lot of requests.

But many projects won't adopt it. There are so many competitors all with their own little ecosystems. So in the end, I'll still have to fix all the issues I fix right now PLUS the issues that Vite+ will add on its own.

The only chance I see for something like this actually working is if something like Node/NPM decided to add a default formatter, linter, and so on.
YuukiRey
·9 माह पहले·discuss
No it's not out of date. It's very much the reality. Every new tool is just one more thing added on top. When I have to do something in a JS/TS repo at work it's always a surprise which epoch of JS hype stuff I find. Today I fix ESLint warnings, tomorrow it's Biome errors, then I need to figure out how to override dependencies in pnpm, but oh no there's a some bug in Bun now. Did I forget the 10249120491412e12 config options of Jest? Ah no wait, this one is Vitest.

For NextJS, do you remember the runtime used for middlewares? What was this swc thing again?

It never ends. Every year new things are added and they never really replace anything, it's just one more thing to learn and maintain.

If every technology causes exactly 1 issue per week then you quickly spend 50% of your time fixing bugs that have absolutely zero to do with what your company is actually doing.

---- EDIT

And it doesn't even stop at issues. Every one of those technologies regularly goes through breaking changes. In the process, plugins are deprecated, new ones have completely different APIs. You want to upgrade one thing for a security fix, then you're forced to upgrade 10 other things and it spirals out of control and you've spent entire work days just sifting through change logs to change `excludeFile` to `excludedFile` to `includeGlob` to `fileFilter` to `streamBouncer` to I don't know what.
YuukiRey
·9 माह पहले·discuss
Keep in mind that it’s easy to win in a market that’s just going up. You could pick random stocks and you’d probably get decent returns.

The last decade has been pretty spectacular for stocks but that doesn’t most of us wizards at investing.
YuukiRey
·9 माह पहले·discuss
> Despite what [...] studies say, I prefer [...]

It's nice of you to consider only your own perspective.