HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Zekio

no profile record

comments

Zekio
·2 เดือนที่ผ่านมา·discuss
4gb isn't really a negligible amount, given the amount of desktops and laptops sold with just a 256gb ssd
Zekio
·3 เดือนที่ผ่านมา·discuss
you can get around this somewhat by having less visually smooth previews when editing and higher quality when you want an stl

  $fn = $preview ? 32 : 256;
Zekio
·3 เดือนที่ผ่านมา·discuss
using BOSL2 alleviates most issues I've run into with OpenScad for chamfers and the like, but it is an extra set of functions you need to remember sadly

https://github.com/BelfrySCAD/BOSL2
Zekio
·4 เดือนที่ผ่านมา·discuss
Any linux distro that implements it, will probably lose all desktop users
Zekio
·5 เดือนที่ผ่านมา·discuss
I will never understand why people don't just give OpenClaw instances their own set of credentials, that are limited, like you would a newbie employee.

Or even more limiting, use proxies, for instance when setting up the LLM connection instead of giving it the OpenRouter, OpenAI api keys directly, give it access via proxy that is running on a machine next to it.
Zekio
·5 เดือนที่ผ่านมา·discuss
Not the 1st of April yet, so makes sense the prices haven't changed yet
Zekio
·5 เดือนที่ผ่านมา·discuss
I believe home assistant, is/was working on a physical products for this, but no idea if it available yet
Zekio
·5 เดือนที่ผ่านมา·discuss
I will never understand the whole lets shine a light at the display, people put on top of their monitors
Zekio
·5 เดือนที่ผ่านมา·discuss
pff, the whole footer is just links pointing to '#'
Zekio
·5 เดือนที่ผ่านมา·discuss
you will want to improve handling bad formatting, a .env file will likely pass right through, the samples I tried with went straight through unmodified
Zekio
·5 เดือนที่ผ่านมา·discuss
I sent it with a fake email with his own name, so eh
Zekio
·5 เดือนที่ผ่านมา·discuss
to my knowledge all the major userscript extensions, at least allow watching for file changes so you don't have to copy it manually, so you can just refresh the page to test
Zekio
·5 เดือนที่ผ่านมา·discuss
this is why a lot of people run arch and why valve based steamOS on arch instead of debian as the previous version was, you need a newer kernel and other packages to really play games on linux with the least friction possible
Zekio
·6 เดือนที่ผ่านมา·discuss
doesn't zstd cap out at compression level 19?
Zekio
·6 เดือนที่ผ่านมา·discuss
they need too much hand holding still imho
Zekio
·6 เดือนที่ผ่านมา·discuss
seems like the least efficient way to make claude play minecraft, especially given there exists solutions that already lets llms play minecraft that are much more integrated
Zekio
·6 เดือนที่ผ่านมา·discuss
Minecraft has sold like 350 million copies which is more than second and third place combined IIRC if you look at the top best selling games
Zekio
·7 เดือนที่ผ่านมา·discuss
the examples don't really looks like it should be necessary depending on how you go around creating the shapes
Zekio
·7 เดือนที่ผ่านมา·discuss
wouldn't the simplest solution, just be to use transparent instead of black? or in this case #0000 instead of #000
Zekio
·8 เดือนที่ผ่านมา·discuss
Factorio can save without stopping the game on Linux, which it can't do on Windows, since they just fork the process and do it in the fork IIRC, which makes the saving something you basically don't think about on Linux, but bugs you when ever auto save runs on Windows last I checked