Readit News logoReadit News
gschizas commented on Online Safety Act – shutdowns and site blocks   blocked.org.uk/osa-blocks... · Posted by u/azalemeth
ENGNR · 14 days ago
Blocked. By Order the Queen.

I'm sure someone could whip up some merch super quickly as souvenirs/protest

gschizas · 14 days ago
> By Order the Queen

The King. Sorry to spoil The Crown for you, but Queen Elisabeth II has been dead for a few years.

gschizas commented on US to rewrite its past national climate reports   france24.com/en/live-news... · Posted by u/mdhb
tornikeo · 19 days ago
I'm thankful for the US administration to truly give other countries a chance to come forward and something good, and take the center stage.

But, as good as that opportunity is, I'm afraid the 3 years this administration has left wouldn't be enough to fully disassemble the US advantage. :)

gschizas · 19 days ago
It seems you might be too optimistic here. I doubt Trumpism will end with Trump.
gschizas commented on FDA has approved Yeztugo, a drug that provides protection against HIV infection   newatlas.com/infectious-d... · Posted by u/MBCook
gschizas · a month ago
I'm a little wary with "100% effective". Not even 99.9% effective?
gschizas commented on 12ft.io Taken Down   newsmediaalliance.org/tak... · Posted by u/afeuerstein
mrkramer · a month ago
Yea, micropayments but people can't keep up with dozens subscriptions. Someone will figure out micropayments sooner or later.
gschizas · a month ago
I mean, Jakob Nielsen has been advocating for them since last century: https://www.nngroup.com/articles/the-case-for-micropayments/
gschizas commented on Show HN: VS Code extension to edit the filesystem like a text buffer   github.com/ahrm/voil... · Posted by u/hexomancer
hexomancer · a month ago
You can view the source code and package the extension yourself if you are worried about that. It is only ~2000 LOC.

It is not easy to get verified in vscode marketplace, even major publishers like Qt organization are not verified much less so a solo open source developer like myself.

gschizas · a month ago
I have high 2 digits of extensions in my VS Code, and yours is the only one that wouldn't have a verified publisher. And I certainly have more than one from solo developers.

Qt organization (because you mentioned it) also has verification. It displays a different message (because I haven't installed anything from them):

> The extension Qt Core is published by Qt Group. This is the first extension you're installing from this publisher.

> Qt Group has verified ownership of qt.io.

> Visual Studio Code has no control over the behavior of third-party extensions, including how they manage your personal data. Proceed only if you trust the publisher.

EDIT: I'm sure there are other extensions that are also by unverified publishers. It was the first time I was hit with that message though.

gschizas commented on Commodore 64 Ultimate   commodore.net... · Posted by u/peterkelly
_spduchamp · a month ago
I want is someone to fab real 6581 SID chips so I can do stuff like this and have it sound as it should.

10 FORL=54272T054295:POKEL,0:NEXT

15 POKE54296,15:TI$="000000"

20 POKE54277,255:POKE54278,255

25 POKE54284,255:POKE54285,255

30 POKE54276,17:POKE54283,17

40 FORA=8TO1STEP-1:FORB=ATO1STEP-1

45 T=TI+2952/B

50 POKE54273,3: POKE54272,A

55 POKE54288,3:POKE54279,A+B

60 PRINTA,A+B

70 IFTI<TTHEN70

80 NEXT:NEXT

90 POKE54276,16:POKE54283,16

gschizas · a month ago
There's a syntax error in line 10 (t0 instead of to).

Also, what's the source for this program? I tried it on VICE and failed miserably. Maybe something (else) was copied wrong? Or is it supposed to fail on emulators?

gschizas commented on Show HN: VS Code extension to edit the filesystem like a text buffer   github.com/ahrm/voil... · Posted by u/hexomancer
gschizas · a month ago
This looks cool, but I'm a bit wary of publishers that aren't verified.

> Do you trust the publisher "Ali Mostafavi"?

> The extension voil is published by Ali Mostafavi. This is the first extension > you're installing from this publisher.

> Ali Mostafavi is not verified.

> Visual Studio Code has no control over the behavior of third-party extensions, including how they manage your personal data. Proceed only if you trust the publisher.

gschizas commented on Finding a former Australian prime minister’s passport number on Instagram (2020)   mango.pdf.zone/finding-fo... · Posted by u/guiambros
ViscountPenguin · 2 months ago
They/them based on their socials (and iirc, I think that's what they went by at Crikeycon) https://x.com/mangopdf
gschizas · 2 months ago
> Born January 1, 1970

Lol. That's _so_ in character

gschizas commented on Anthropic wins fair use victory for AI – but still in trouble for stealing books   simonwillison.net/2025/Ju... · Posted by u/taubek
gschizas · 2 months ago
I wonder how this is going to affect the Disney+Universal vs OpenAI trial.
gschizas commented on Fun with uv and PEP 723   cottongeeks.com/articles/... · Posted by u/deepakjois
sambaumann · 2 months ago
Between yesterday's thread and this thread I decided to finally give uv a shot today - I'm impressed, both by the speed and how easy it is to manage dependencies for a project.

I think their docs could use a little bit of work, especially there should be a defined path to switch from a requirements.txt based workflow to uv. Also I felt like it's a little confusing how to define a python version for a specific project (it's defined in both .python-version and pyproject.toml)

gschizas · 2 months ago
> there should be a defined path to switch from a requirements.txt based workflow to uv

Try `uvx migrate-to-uv` (see https://pypi.org/project/migrate-to-uv/)

u/gschizas

KarmaCake day97July 19, 2023View Original