HackerLangs
TopNewTrendsCommentsPastAskShowJobs

zokier

19,163 karmajoined 17년 전
Torste Aikio

Feel free to mail me at Gmail.

comments

zokier
·7일 전·discuss
conveniently there is a xkcd for that too https://xkcd.com/1330/
zokier
·9일 전·discuss
I find it very suspicious that the laundry folding segment of the video has awkward cuts of the interesting parts. Makes me question if it is actually capable of doing that
zokier
·9일 전·discuss
fyi "Bevy XPBD" got renamed to Avian Physics (it is not xpbd based anymore) https://github.com/avianphysics/avian/issues/346
zokier
·11일 전·discuss
> that’s already the case with our existing leap seconds.

Which we are also in the process of getting rid of.
zokier
·11일 전·discuss
You can still wake up earlier and enjoy your sunrise even if your working hours are fixed.
zokier
·11일 전·discuss
You realize that you can change your own sleep patterns seasonally if you want to? Heck, you could do that even gradually instead of those abrupt 1 hour changes. That is your choice, we don't need to fiddle with clocks for the whole society for that.
zokier
·16일 전·discuss
xlr?
zokier
·18일 전·discuss
The problem is RPi though, and all the junk it runs before booting Linux.
zokier
·25일 전·discuss
for lot of image processing linearizing srgb is only half-way measure, and you might want to reach for a better colorspace altogether. cielab is obvious example, or maybe oklab/jzazbz/xyb/something else.
zokier
·27일 전·discuss
There is also another major DM42 firmware project: DB48x https://48calc.org/
zokier
·지난달·discuss
I find it funnysad that python people coined the phrase duck typing and then ended up designing what they have now. Meanwhile TS manages to embody duck typing far better even though coming from very different background.
zokier
·지난달·discuss
I'm struggling to understand what the concrete proposal here is.

> So what is Thinnernet? Imagine a fiber optic bundle of undersea cables- maybe a hundred or so 10Gbps cables comprising....

and the question goes unanswered. is it a protocol? physical layer? guideline? no idea.
zokier
·지난달·discuss
Reminds me of this little map I created some time ago: https://ibb.co/TPVMCR3

My intent was to simplify the shapes of state borders as much as possible while retaining the topological (?) relationship between states. But there is no fancy math behind my map, it's just hand-drawn mess.
zokier
·지난달·discuss
I'm not really seeing the connection to projections here?
zokier
·지난달·discuss
yes, here is 2013 AMD presentation of the topic as example: https://events.csdn.net/AMD/GPUSat%20-%20hUMA_june-public.pd... see slide 14 especially
zokier
·지난달·discuss
AMD Fusion knocking from 2010.
zokier
·지난달·discuss
or you could use 3-digit octal (so 000-777) for a 512 color palette, which arguably would be even more simple. as a bonus you can use it to color file permissions :)
zokier
·지난달·discuss
> Plus the fact you can "record" them from a real-world physical environment without ever having to "model" it opens up a lot of utility too.

This is the big thing imho. Sure, you can do traditional photogrammetry to capture meshes and textures but getting the shaders exactly right is afaik non-trivial etc, and if you want real-time rendering then you likely need some further post-processing of the assets. With 3dgs you can pretty much bypass all that complexity and the whole pipeline from photos to rendered frame is much more straightforward.
zokier
·지난달·discuss
Yea, I think avoiding sorting is kinda the whole point here
zokier
·지난달·discuss
> It uses the entire width of the monitor rather than a slender column of pixels down the middle with large blocks of unused space on either side

Umm on my machine it has 560px margin on both sides with the content being only 474px sliver in the middle?