The ones who recognize standards as a good thing. ARM making their own CPUs shifts their focus from making a good ISA for people to use to making a good ISA to use in their own CPUs.
The arm family of chips (apple A series, m series, and qcom snapdragon) are better on energy usage (thus battery life) and performance and design compared to many x86 style chips (intel, amd).
Time will tell if ARMs owncpu is on par or better than Apple’s ARM based chips
I would love to have a use case to learn and write rust today. But i am deep in node and go services for my employer. Previously wrote java and c#. What are people writing in rust today?
I find that CLI is a great way to model problems. When I find myself doing something that has graduated beyond a comfortable amount of PowerShell, Rust is there for me.
I have a template I've been evolving so it's super easy to get started with something new; I just copy the template and slam Copilot with some rough ideas on what I want and it works out.
Decomposes the problem very nicely into incrementally achievable steps
1. `fetch <username>` to get info from github into a cache location
2. `generate <username> <output.svg>` to load stats and write an svg
3. `serve` to run a webserver to accept GET requests containing the username to do the above
Means that my stuff always has `--help` and `--version` behaviours too
I'm working on a multisig sign-off solution, with the first use case being file downloads like GitHub releases authentication: https://github.com/asfaload/asfaload
I'm coming from F# and find rust a good compromise: great type safety (though I prefer the F# language) with an even better ecosystem. It can also generate decently sized statically compiled executables, useful for CLI tools, and the library code I wrote should be available to mobile apps (to be developed).
I'm having fun using it to make websites. Rust→WASM works really well. Definitely a very enjoyable way to make web apps. I've been trying to think how I can contribute to the ecosystem, seeing as I enjoy it so much. Rust gives you a control over memory that is impossible to replicate in javascript, and which allows much more performant code
Whatever I used to use Node for, like web servers, I now use Rust. It's pretty nice, with a strong OCaml-like type system which I've used before (better than TypeScript even in some cases), plus it's much faster and more memory efficient such that I can run way more services on my 5 dollar Hetzner box with Dokploy compared to Node or Java or C#.
you can buy ads on instagram, fb, tiktok, reddit, youtube, amazon, apple iOS apps, the M$ windows start menu (apparently), and soon OpenAI (gemini gotta be following right)!
Thanks! I initially had the idea also 10+ years ago but only got around to do it now.. I think with the web standards having been improved and individual phone performance being much better, it's actually good that I didn't start on the idea right then and there
There was definitely a layer of humor intended here, if you didn’t pick up on it.
Maybe not literally pooping with the door open but I can’t say I’d want to travel internationally with someone who I’m not comfortable with normal bodily functions around.
I had 4yr+ relationships. I am a shy pooper; I can't poop when someone watches me, while I fart or potentially destroy the toilet bowl. And also, there is the smell. Is "giving them full self" going full ape? Not judging, I am just curious, I don't talk about this with my other friends usually. Most guys don't share these weird details; it does not come up.
There was meant to be a layer of humor in my comments…
Maybe not everyone literally poops with the door open with their significant other but I’d personally have a hard time marrying someone who couldn’t exchange farts for a laugh.
With the help of AI, i see no reason to install most deps nowadays besides types and react and mui framework. Everything can be built from scratch quickly.
I think this is a pretty common approach nowadays, and one of the reasons why I believe my job is safe for now. I expect to be called up to fix some of the resulting mess. It's a two-edged sword, for sure.
I think this will remain to be seen. Wasn't there a paper linked here on HN recently, that claimed, that even few examples are sufficient, to poison LLMs? (I didn't read that paper, and merely interpreted the meaning of the title.)
reply