Viewing profile — exsf0859
exsf0859
HN member- Joined
- Sun, Jan 22, 2017, 4:59 PM UTC
- HN karma
- 227
- Public activity
- 43 items
- HN profile
- View on Hacker News ↗
About exsf0859
No profile information was provided.
Recent public activity
-
comment
Comment #46366298
That particular code is idiomatic to anyone who worked with 2D bitmap graphics in that era. pt == point, r == rect, h, v == horizontal, vertical, BSR(...,1) is a fast integer divid…
-
comment
Comment #37193861
Shpongle albums are split up into normal-sized tracks. Most CD players, media players, and streaming services support gapless playback of albums, at least for subscribers. When a S…
-
comment
Comment #35917147
Cool hack! Also interesting that the performance is no better, presumably due to the lack of cache. The first answer on this forum post has what is probably the correct explanation…
-
comment
Comment #35848802
Fun fact: The PowerMac G5 CPU cooling fan controllers have a failsafe mode: If the OS doesn't communicate with the fan controller, the fan controller assumes the worst: that the CP…
-
comment
Comment #35848744
I'll add that initial dev kits are typically released 18 months before the console launch, that means they are built using technology that is one generation behind the hardware tha…
-
comment
Comment #35848675
Yeah, the poor guy didn't know anything about Xbox, just thought it was funny that Microsoft was receiving so many G5 Macs: https://www.smh.com.au/technology/microsoft-fires-employ…
-
comment
Comment #35843363
Google's Fuchsia OS uses a microkernel: https://fuchsia.dev/fuchsia-src/concepts/kernel
-
comment
Comment #35806249
There were tons of alternative hypertext systems before the world wide web. Major reasons WWW succeeded: 1) Open standard, no license required. (My understanding is that TB-L worke…
-
comment
Comment #35702346
He's covered the decline of BBBY many times in his newsletter, explaining the financial details and shaking his head each time. His Monday April 24th, 2023 newsletter, titled "Bed …
-
comment
Comment #35681359
I doubt they'll go anywhere en masse. They'll probably just grudgingly use the official clients. Possibly with browser plugins to customize the UI.
-
comment
Comment #35678403
Reddit recently announced changes to their APIs pricing and features that will probably lead to the abandonment of most third-party Reddit clients. Users of those clients are upset…
-
comment
Comment #35382547
Besides animation and games, Flash was also used for streaming video and video conferencing. iPhone customers were so desirable that, over time, the video streaming sites had to su…
-
comment
Comment #35283174
I also felt Tim was tempting fate when he said "You can import directly from a self published URL. Of course it's the responsibility of the publisher to never change the semantics …
-
comment
Comment #35280117
Thanks for this link, very helpful in understanding the Verse language! Verse-as-a-scripting-language-for-a-game-engine is an interesting experiment. The million script writers who…
-
comment
Comment #34158753
In my opinion Draw Things is the best stable diffusion app currently available for macOS/iOS. It's free, it is available in the App Store, it manages downloading models and weights…
-
comment
Comment #34158550
Interesting UI, and great that's it's open-sourced! M1 Mac owners should also check out the iPad version of Draw Things, which has a large number of features and is in very active …
-
comment
Comment #32971947
As an aside, this document was created with FrameMaker. That's why it's got such a fancy layout.
-
comment
Comment #32639169
That's shortsightedly frugal accounting. Developing a working Starship is worth a lot to SpaceX. They could go deeply into debt on the first six launches, and make it up later.
-
comment
Comment #30524620
Those quotes are entirely compatible with "not really". Chris is talking about the Sooner: https://www.androidcentral.com/look-back-google-sooner-first... . It was called Sooner be…
-
comment
Comment #30216241
It's easy to write an app that displays arbitrary graphics at 1600 nits on the MacBook Pro. You just have to use the Metal API, an "extended" color space, and a Float colorPixelFor…
-
comment
Comment #29656482
I think MS went open plan starting in '07 with the "The Commons" campus. Some parts like Bungie were open plan much earlier. (The Bungie team demanded it, they felt it improved col…
-
comment
Comment #29575878
Back in the day, I saw VCS game developers use two techniques: 1) they would start with a working kernel from an existing game, and incrementally modify it to create a new kernel f…
-
comment
Comment #29293329
AoC won't teach you anything about OOP. The problems are designed to be solved in Python with less than 100 lines of code, by taking advantage of Python's extensive library of data…
-
comment
Comment #28974698
South Bay homelessness has adapted to car culture. A lot of South Bay homeless live in cars or campers permanently parked on city streets adjacent to parks, school fields, and/or b…
-
comment
Comment #28650709
Landley's blog is interesting, too. http://landley.net/notes.html He often describes the step-by-step development process for building the Toybox tools.