HackerLangs
トップ新着トレンドコメント過去質問紹介求人

zokier

19,163 カルマ登録 17 年前
Torste Aikio

Feel free to mail me at Gmail.

コメント

zokier
·7 日前·議論
conveniently there is a xkcd for that too https://xkcd.com/1330/
zokier
·9 日前·議論
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 日前·議論
fyi "Bevy XPBD" got renamed to Avian Physics (it is not xpbd based anymore) https://github.com/avianphysics/avian/issues/346
zokier
·11 日前·議論
> that’s already the case with our existing leap seconds.

Which we are also in the process of getting rid of.
zokier
·11 日前·議論
You can still wake up earlier and enjoy your sunrise even if your working hours are fixed.
zokier
·11 日前·議論
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 日前·議論
xlr?
zokier
·18 日前·議論
The problem is RPi though, and all the junk it runs before booting Linux.
zokier
·25 日前·議論
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 日前·議論
There is also another major DM42 firmware project: DB48x https://48calc.org/
zokier
·先月·議論
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
·先月·議論
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
·先月·議論
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
·先月·議論
I'm not really seeing the connection to projections here?
zokier
·先月·議論
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
·先月·議論
AMD Fusion knocking from 2010.
zokier
·先月·議論
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
·先月·議論
> 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
·先月·議論
Yea, I think avoiding sorting is kinda the whole point here
zokier
·先月·議論
> 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?