skip0110

joined 2 years ago
[–] skip0110@lemm.ee 20 points 1 week ago (1 children)

Visual Studio has these issues daily.

Ten years ago VS was awesome. In the last 2 years, all they added is AI crap and every other feature got more buggy.

[–] skip0110@lemm.ee 2 points 3 weeks ago

I could have said it better.

I mean compressor as half of a compression/decompression algorithm. The better way I should have worded it is: when you apply machine learning to a compression problem, you can do it lossless…your uncompressed output will be identical to the input, every time.

“NNCP” is a good search term to learn more, specifically about how this works.

[–] skip0110@lemm.ee 22 points 3 weeks ago (2 children)

This is not new knowledge and predates the current LLM fad.

See the Hutter prize which has had “machine learning” based compressors leading the ranking for some time: http://prize.hutter1.net/

It’s important to note when applied to compressors, the model does produce a code (aka encoding) that exactly reproduces the input. But on a different input the same model is unlikely to produce an impressive compression.

[–] skip0110@lemm.ee 143 points 3 weeks ago (34 children)

Just switch to the F-Droid version.

Better: make sure all the apps you use come from F-Droid

[–] skip0110@lemm.ee 24 points 3 weeks ago (8 children)

“Starch based” plastic is just a way to greenwash PLA.

Just because the C, H, and O originally came from starch, does not automatically make the chemically synthesized product safe.

[–] skip0110@lemm.ee 8 points 1 month ago

They do this to juice the gross margin number and make the auto business appear more profitable.

https://wccftech.com/tesla-plans-to-record-1-billion-in-fsd-related-deferred-revenue-over-the-next-12-months/

 

I drive very little so I only need to change it annually. 2100 miles in a year.

While I was under there, I shot some rust converter on the worst spots. Just holding back the inevitable, though.

I know it’s a 20-30 min job. But I went at a relaxing pace. It took about an hour, maybe and hour and a half.

Couldn’t find what was squeaky in the front suspension, though.

[–] skip0110@lemm.ee 3 points 1 month ago

TSLQ

But, I don’t think it’s smart. Holding this for more than a day or two is irresponsible. You capture more risk on the up days then you will gain on the down days of the underlying ticker.

Instead, invest in a business you expect to grow. Just ignore the failing ones.

[–] skip0110@lemm.ee 137 points 1 month ago (14 children)

Everything's computer

[–] skip0110@lemm.ee 1 points 1 month ago

It’s weird to me that you would click a link and without your consent JS code can be downloaded from wherever and run on your computer.

NoScript is always on for me (on my personal PC). Sites that don’t load at all are probably not worth visiting.

[–] skip0110@lemm.ee 5 points 2 months ago (2 children)

Ph-trees can do range and closest queries across N dimensions very quickly. I have not used it for 1 dimension, but I'd imagine it would work fine.

https://github.com/tzaeschke/phtree

[–] skip0110@lemm.ee 2 points 2 months ago (1 children)

Can you share sample code I can try or documentation I can follow of using an AMD GPU in that way (shared, virtualized, using only open source drivers)?

[–] skip0110@lemm.ee 2 points 2 months ago

You really piqued my interest. I use docker/podman.

W/ an AMD graphics card, eglinfo on the host shows the card is AMD Radeon and driver is matching that.

In the container, without --gpus=all, it shows the card is unknown and the driver is "swrast" (so just CPU fallback).

To make --gpus=all work, it gives the error

docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]

I was doing a bad job searching before. I found that AMD can share the GPU, it just works a little differently in terms of how to launch the container. https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/amdgpu-install.html#amdgpu-install-dkms

But sadly my AMD GPU is too old/junk to have current driver support.

Anyways, appreciate the reply! Now I can mod my code to run on cheaper cloud instances.

(Note I'm an OpenGL/3D app developer, but probably OpenCL works about the same architecturally)

view more: next ›