I get the argument but isn't the point that it isn't a normal taxi or subway car? At least that's probably one of their selling points.
I highly agree. I am very interested in the AI news but the distribution isn't right now. It doesn't really feel like the same website to me.
I do this often when corresponding with businesses/companies and I've been asked before if I have a similar business or am in their line of work also...
Looking at the issues, do I understand it correctly that you have some way to install directly from repositories if they contain a `cloudinabottle.toml` file? If yes, regardless of who made the issues, that seems like…
This is much better but I can still tell. But I'm sure you guided it a lot to arrive at this state. Surely people with less care are one shotting and publishing boring websites.
Not sure if sarcastic but no. Check out for example this website: https://www.geofungames.com/ The functionality more or less works and the website is usable, but the design follows that "AI style". I'm not sure how…
What bothers me is that I notice it everywhere. Not only does AI have a distinct writing style, it has a distinct style of frontend UI/UX design. I notice it on more and more websites and it bores me. I want creativity…
But post 2020 HN contains 70% AI related posts on the front page such that the moment it is revealed that something is connected to AI, the excitement seems to falter (understandably so).
The last release seems to be from April. Aren't GTK and glib theoretically cross platform? Granted, I haven't really seen any example of that though...
I would (and am) going into MLOps. Not just the general infrastructure/systems administration but how to do inference optimization, caching, quantization, memory pinning, vfio passthrough of gpus etc.
I'd say "most people" is wrong. "Most people on HN", yes, probably. Even though people that don't work in tech can now build a lot of stuff I think most wouldn't even know where to begin with stuff like this. Heck, I…
I think that is an issue. Also, the ability to quickly build any idea might not be such a great thing. Not only do we probably all prefer things of quality that were made with care but some ideas also just shouldn't be…
That depends on the runtime though. For example, libkrun lets you do this: docker run --runtime krun hello-world That starts/runs the OCI in a qemu microvm.
What is the main benefit over doing something like: docker run --runtime krun --rm -it -v $(pwd):/workspace/$(basename $(pwd)) -w /workspace/$(basename $(pwd)) --network restricted-net…
Wow that's even worse! I use a catch all email and I recently even contacted a company I bought something from about potentially being compromised because I got a weird email. This here would explain what happened.
I wonder how much a European company would care? I mean to say, perhaps this is more about customer sentiment and image than something maybe benign to their profits like five eyes involvement.
Mostly unrelated but shopify is incredibly annoying. They introduced this delivery tracking app called "shop" and it has become unavoidable when buying electronics from china. Recently looked at it with mitmproxy and it…
My (certainly not unique) take is: As with almost everything, choose what you use based on context. There is a very wide range of websites and web applications you can make. For some of those tailwind is a good fit. For…
Yes. Mostly for learning purposes and for fun. Also, there are things you must drop down to assembly level in order to achieve. Implementing coroutines, a JIT compiler, etc. It's fun to learn about these.
I prefer FASM but NASM is a strong second choice. But at the end of the day it really doesn't matter.. purely preference.
We do. I always use fasmg and it's amazing!!
This looks awesome! I really love the clean and minimalist website design too. I've been excited about using (lib)krun as a drop in replacement for crun/runc for container engines, to make them run qemu microvms. I'm…
Don't forget that it's only an assumption that scaling more results in better models. There may be a ceiling to that. If that is hit and the best performing possible model can run in little VRAM, your argument here…
Pretty sure software developers already had that moment with coding agents. They can't really admit it like this, as it affects their employability now.
Can't blame them. What they need is a senior dev as a mentor to pass down tacit knowledge and experience. They might not get that even if they can find a job. Then they not only stagnate but simply have to prompt to…
I get the argument but isn't the point that it isn't a normal taxi or subway car? At least that's probably one of their selling points.
I highly agree. I am very interested in the AI news but the distribution isn't right now. It doesn't really feel like the same website to me.
I do this often when corresponding with businesses/companies and I've been asked before if I have a similar business or am in their line of work also...
Looking at the issues, do I understand it correctly that you have some way to install directly from repositories if they contain a `cloudinabottle.toml` file? If yes, regardless of who made the issues, that seems like…
This is much better but I can still tell. But I'm sure you guided it a lot to arrive at this state. Surely people with less care are one shotting and publishing boring websites.
Not sure if sarcastic but no. Check out for example this website: https://www.geofungames.com/ The functionality more or less works and the website is usable, but the design follows that "AI style". I'm not sure how…
What bothers me is that I notice it everywhere. Not only does AI have a distinct writing style, it has a distinct style of frontend UI/UX design. I notice it on more and more websites and it bores me. I want creativity…
But post 2020 HN contains 70% AI related posts on the front page such that the moment it is revealed that something is connected to AI, the excitement seems to falter (understandably so).
The last release seems to be from April. Aren't GTK and glib theoretically cross platform? Granted, I haven't really seen any example of that though...
I would (and am) going into MLOps. Not just the general infrastructure/systems administration but how to do inference optimization, caching, quantization, memory pinning, vfio passthrough of gpus etc.
I'd say "most people" is wrong. "Most people on HN", yes, probably. Even though people that don't work in tech can now build a lot of stuff I think most wouldn't even know where to begin with stuff like this. Heck, I…
I think that is an issue. Also, the ability to quickly build any idea might not be such a great thing. Not only do we probably all prefer things of quality that were made with care but some ideas also just shouldn't be…
That depends on the runtime though. For example, libkrun lets you do this: docker run --runtime krun hello-world That starts/runs the OCI in a qemu microvm.
What is the main benefit over doing something like: docker run --runtime krun --rm -it -v $(pwd):/workspace/$(basename $(pwd)) -w /workspace/$(basename $(pwd)) --network restricted-net…
Wow that's even worse! I use a catch all email and I recently even contacted a company I bought something from about potentially being compromised because I got a weird email. This here would explain what happened.
I wonder how much a European company would care? I mean to say, perhaps this is more about customer sentiment and image than something maybe benign to their profits like five eyes involvement.
Mostly unrelated but shopify is incredibly annoying. They introduced this delivery tracking app called "shop" and it has become unavoidable when buying electronics from china. Recently looked at it with mitmproxy and it…
My (certainly not unique) take is: As with almost everything, choose what you use based on context. There is a very wide range of websites and web applications you can make. For some of those tailwind is a good fit. For…
Yes. Mostly for learning purposes and for fun. Also, there are things you must drop down to assembly level in order to achieve. Implementing coroutines, a JIT compiler, etc. It's fun to learn about these.
I prefer FASM but NASM is a strong second choice. But at the end of the day it really doesn't matter.. purely preference.
We do. I always use fasmg and it's amazing!!
This looks awesome! I really love the clean and minimalist website design too. I've been excited about using (lib)krun as a drop in replacement for crun/runc for container engines, to make them run qemu microvms. I'm…
Don't forget that it's only an assumption that scaling more results in better models. There may be a ceiling to that. If that is hit and the best performing possible model can run in little VRAM, your argument here…
Pretty sure software developers already had that moment with coding agents. They can't really admit it like this, as it affects their employability now.
Can't blame them. What they need is a senior dev as a mentor to pass down tacit knowledge and experience. They might not get that even if they can find a job. Then they not only stagnate but simply have to prompt to…