HackerTrans
TopNewTrendsCommentsPastAskShowJobs

voussoir

no profile record

Submissions

Advertising (2023)

voussoir.net
3 points·by voussoir·5 maanden geleden·3 comments

Manufacturing Modern Computer Chips (2012) [video]

youtube.com
1 points·by voussoir·3 jaar geleden·1 comments

comments

voussoir
·5 maanden geleden·discuss
I wrote this a few years ago. I like to re-read/re-listen to it every once in a while to check if my beliefs are still the same, and they pretty much are. I never posted this to HN because I think it's too long to ask people to read, but... today I feel like it. Enjoy, thanks
voussoir
·5 maanden geleden·discuss
Relevant: https://news.ycombinator.com/item?id=42342382
voussoir
·7 maanden geleden·discuss
Neat, I did one of these too :)

https://voussoir.net/writing/css_for_printing
voussoir
·12 maanden geleden·discuss
If Google's customers are the advertisers, maybe the correct answer is "attention".
voussoir
·vorig jaar·discuss
This is beautiful man, congratulations. I love how much personality there is in the animations!
voussoir
·vorig jaar·discuss
It's funny, I was just thinking about this recently. I noticed that a lot of electric cars or PHEVs use cyan accents to signal that they are EVs, yet I also think yellow is the more obvious color for electricity.
voussoir
·vorig jaar·discuss
I've been a Purelymail customer since July 2021. For the most part I have been very satisfied. However, in July 2024 I sent an email to Scott for support because I have been getting too much spam. He said that the spamassassin auto-learning filter was broken and he was working on a replacement. In the time since then, I think maybe it is doing a little better, but I still get quite a lot of spam.

But for $0.40/month I have not had any inclination to switch providers.

https://voussoir.net/spam
voussoir
·2 jaar geleden·discuss
This might not be quite as strong a rebuttal as you were hoping for!
voussoir
·2 jaar geleden·discuss
Wow, these letters are extremely pathetic and unbecoming for a government agency. I would have expected the BBC to have more self respect than this mafia LARP.
voussoir
·2 jaar geleden·discuss
https://knowyourmeme.com/memes/30-year-old-virgin-wizard
voussoir
·2 jaar geleden·discuss
Funny seeing these headlines come back around. Here's something from seven years ago with the same kind of problem:

[OSM-talk] Beware Pokemon users https://lists.openstreetmap.org/pipermail/talk/2016-December...
voussoir
·2 jaar geleden·discuss
Your comment is phrased as a disagreement, but it's not. The GP post said the IRS can't do everyone's taxes, and you replied that they can do most. I think we're all on the same page that people would benefit from having available information autofilled while still having the opportunity to review and make corrections as needed.
voussoir
·2 jaar geleden·discuss
I feel like I'm seeing an effect where some people don't want to say the word "AI" because they don't want to look like a normie, so they stick to "LLM" which sounds smarter and more technically adept. Then they complain because the LLM lacks a knowledge graph or self reflection. It's no surprise that a language model models language, not facts, especially not trivia facts which can't be deduced from anything.

If you want something to have a worldly knowledge graph and the ability to answer "I'm not sure", you'll have to ask for an AI, not an LLM.
voussoir
·2 jaar geleden·discuss
Here's Matthias Wandel doing something like that with his microwave: https://www.youtube.com/watch?v=TkqpNI7q1Dc
voussoir
·2 jaar geleden·discuss
The other video you're referring to is "Games as a service is fraud": https://www.youtube.com/watch?v=tUAX0gnZ3Nw
voussoir
·2 jaar geleden·discuss
Here's his other video from 2019, "Games as a service is fraud": https://www.youtube.com/watch?v=tUAX0gnZ3Nw
voussoir
·2 jaar geleden·discuss
> If you want to preserve a game, you have to decide what parts are important to preserve [...] you might be able to do it but you then don’t get the real game experience

The author of this website is aware of that. Everyone will come away from a game with a different favorite part, of course, but for him it's mainly about preserving the worlds and art assets, even if some of the more fancy functionality is lost.

With games as a service, your game client already has the vast majority of the assets it needs locally. The world, models, physics engine, and the ability to move through the world are already handled by the client. But they remove that online authentication lynchpin, and you're left with tens of gigabytes of assets that you can't even open to view.

In his words:

> The comparison is between a less functional game versus nothing. It's the difference between putting grandpa in a wheelchair or taking him out back and shooting him in the head.

> Battleforge https://www.youtube.com/watch?v=kmvcJuBOaQE&t=1168s

Plus, most of the "it's too hard" would be obviated if the publishers would plan for this eventuality from the beginning. Providing a bare-minimum experience that lets you navigate the world in singleplayer should not be "too hard".
voussoir
·2 jaar geleden·discuss
I have been making these generators for my workplace, so the project scope is very narrow. You can follow the idea with any dimensions you need.

If you want to use these techniques on a global site, I think you could use multiple @page styles and switch between them with a dropdown like I did with portrait/landscape. Although A4 and letter are very close in size.
voussoir
·2 jaar geleden·discuss
There are way more length units than you'd expect!

https://developer.mozilla.org/en-US/docs/Web/CSS/length
voussoir
·2 jaar geleden·discuss
Wow, great use of the attr function, thank you!