HackerTrans
TopNewTrendsCommentsPastAskShowJobs

0x00cl

no profile record

Submissions

[untitled]

1 points·by 0x00cl·4 месяца назад·0 comments

Old Computer Challenge – Modern Web for the ZX Spectrum

0x00.cl
78 points·by 0x00cl·9 месяцев назад·17 comments

comments

0x00cl
·25 дней назад·discuss
Hey, I took a look at your project, I'm not someone who deals with schematics or KiCad but I'm still interested in these kind of things. I read the motivations in the docs and understood why would someone try to create a new language after looking at SKiDL, but still feels like it could've been simply a python library/package instead of having to do the work of creating a new language and having to deal with the language and interpreter/compiler. I'm sure a more object oriented approach would have made it a better experience to script schematics, specially with all the tooling Python has (such as `uv` to manage project, `ruff` to lint and format, etc). Regarding your language, just wondering why does led and supply need quotation marks but resistors and capacitors that some not only include numbers such as (10k) don't need to. It feels unnecessary to make that difference, specially for a script that tried to be simpler
0x00cl
·2 месяца назад·discuss
This is just a false dichotomy. Sure researches want money, credit but not at the cost of harming users or doing illegal things.
0x00cl
·4 месяца назад·discuss
You could run a DNS server and configure the server with a whitelist of allowed IPs on the network level, so connections are dropped before even reaching your DNS service.

For example, any red-hat based linux distro comes with Firewalld, you could set rules that by default will block all external connections and only allow your kids and their friends IP addresses to connect to your server (and only specifically on port 53). So your DNS server will only receive connections from the whitelisted IPs. Of course the only downside is that if their IP changes, you'll have to troubleshoot and whitelist the new IP, and there is the tiny possibility that they might be behind CGNAT where their IPv4 is shared with another random person, who is looking to exploit DNS servers.

But I'd say that is a pretty good solution, no one will know you are even running a DNS service except for the whitelisted IPs.
0x00cl
·4 месяца назад·discuss
I'm not sure what you mean by Socrates was proven dead wrong.

The study you linked doesn't show that people are becoming dumber because of LLMs, its just showing that when you offload tasks to these tools your brain engages less in that specific task, just like you'd do with a calculator, instead of doing complex calculations on paper, the calculator will do them for you, or when writing and using a spell-checker or using a search engine, instead of opening a book and searching. The question is whether in the long-term cognitive capacity is reduced, and like I said before this argument predates LLMs (All the way back to Socrates)

Also, take the study with a grain of salt as this is a small sample with only 54 participants for a single task on a short term study.

Personally, I believe LLMs just allows us to have a higher level of abstraction.
0x00cl
·4 месяца назад·discuss
> We should be very concerned for the next generation. When you have the constant temptation of digging yourself out of a problem just by asking an LLM how will you ever learn anything?

This is just the same concern whenever a new technology appears.

* Socrates argued that writing would weaken memory, that it would create only superficially knowledge but incapable of really understanding. But it didn't destroy it. It allowed to store information and share it with many others far away.

* The internet and web indexers made information instantly accessible, allowing you to search for the information you just need, the fear is that people would just copy from the internet, yet researching information became way faster, any one with Internet access could access this information and learn themselves, just look at the amount of educational websites with courses to learn.

Each time a new technology came and people feared that it could degrade knowledge, the tools only helped us to increase our knowledge.

Just like with books and the internet, people could simply copy and not learn anything, its not exclusive to LLMs. The issue isn't in the tool itself, but how we use it. The new generation will probably instead of learning how to search, they will need to learn how to prompt, ask and evaluate whether the LLM isn't hallucinating or not.
0x00cl
·5 месяцев назад·discuss
Maybe here you'll find what you are looking for: https://www.w3.org/Daemon/

Though you can browse and download the latest version 3.0A (1996), there is a directory where they have older versions, but its a bunch of files mixed up with different versions. https://www.w3.org/Daemon/old/
0x00cl
·5 месяцев назад·discuss
Ladybird as a project is not that old, and it's still in pre-alpha, if they are going to make important changes then it's better now than later.
0x00cl
·5 месяцев назад·discuss
Well, Google has marketed Android as an open source operating system (AOSP) and openness about the system [1] and encouraged manufacturers and developers to build on it based on the premise of openness and of course being "free". People advocated for Android because it was open source compared to other alternatives. But with this change they are simply ending that openness. People that have developed F-Droid and other alternative stores have contributed to the platform value (such as not being able to de-google their phone), the same goes for many other developers who have spent countless of hours developing for Android.

To say they don't owe you nothing seems like a betrayal on the promise that Android was an open platform (and open source).

> You are free to not use their products or start a company to compete

That's not an option as you are making it out to be. For a user switching means buying a new phone, repurchasing apps (if you bought) and maybe apps won't be even available to the new system, for developers that means all their knowledge about the system gone. Building a mobile operating system requires millions if not billions of dollars, years of work and convincing developers and businesses (hardware makers) to use your operating system. The barrier to enter is so high that telling people to just compete with Google is not a realistic solution.

[1] https://blog.google/company-news/inside-google/around-the-gl...
0x00cl
·6 месяцев назад·discuss
There is a big collection here: https://cyber.dabamos.de/88x31/
0x00cl
·7 месяцев назад·discuss
How are you making money on this side project?
0x00cl
·7 месяцев назад·discuss
I love Kingly. I've been playing it everyday.
0x00cl
·7 месяцев назад·discuss
This is what DeepSeek said:

> 1. Existing guidelines already handle low-value content. If an AI reply is shallow or off-topic, it gets downvoted or flagged. > > 2. Transparency is good. Explicitly citing an AI is better than users passing off its output as their own, which a ban might encourage. > > 3. The community can self-regulate. We don't need a new rule for every type of low-effort content. > > The issue is low effort, not the tool used. Let downvotes handle it.
0x00cl
·8 месяцев назад·discuss
My best guess would be that plugins are limited into what they can do within VSCode, and rewriting a whole IDE/Text editor just for AI Agent seems a lot of work.

For example a while back vscode-pets[1] plugin became popular and tried it and noticed that the pet can only live within a window, whether its the explorer section or in its own panel, I thought it'd be more of a desktop pet that could be anywhere within VSCode but apparently there are limitations (https://github.com/tonybaloney/vscode-pets/issues/4).

So my guess is that forking VSCode and customizing it that way is much easier to do things that you can't with a plugin while also not having to maintain an IDE/Text editor.

[1] https://github.com/tonybaloney/vscode-pets
0x00cl
·8 месяцев назад·discuss
> cheap SCART to HDMI convertor

From my understanding this is the "bottleneck" in quality for older systems (at least in gaming consoles), converting Analogue to Digital. Which is why "RetroTink" sells different converters from ~$100 up to $750 (RetroTINK-4K Pro). I've seen a few videos comparing cheap generic USB converters with more expensive upscalers and there is a noticeable difference in image quality
0x00cl
·8 месяцев назад·discuss
I played it, and it was fun. Some feedback (I'm on mobile) is that it needs UX improvement.

At first I wasn't sure what I had to do, it simply throws you into the game, and it's easy to get confused with the numbers around it, because usually if there are numbers, there is going to be somewhere (usually at the bottom) the numbers and the clue for each of them.

It took me a bit to find how to get the clues from the vertical words (double tapping).

The onscreen keyboard isn't very responsive in the sense that I had to tap several times the backspace to delete a letter.

It doesn't allow to play again :(
0x00cl
·9 месяцев назад·discuss
Hey Jordan,

I gave it a try and look for the locations, specially the 3rd one that does indeed look like it could be in Chile.

For the 2nd picture I found an island in the French Polynesia that has very similar colors and characteristics, might be its around that area, 8°56'10.8"S 139°34'41.2"W (-8.936304553977038, -139.57811272908305)

For the 3rd picture I found many locations that look like your picture but really couldn't find one. The first one is around Mexico, though it probably isn't 27°32'39.0"N 114°45'00.5"W (27.544166, -114.750130). And the second one are islands close to Morocco 28°01'54.4"N 17°16'22.9"W (28.03198233652239, -17.27306308433365) though the angle is not the same... As a bonus for the 3rd picture, I did find in the Andes mountain something that looks like your picture: 33°38'11.7"S 70°07'01.4"W (-33.636446, -70.116968). So maybe you should also look around mountains.

At least from what I've seen in Chile the coast is usually very rocky and the water is usually lot of waves, and in the picture it looks really smooth. (Though I don't know how zoomed out the picture is)
0x00cl
·9 месяцев назад·discuss
Wow, that looks fun and probably get to learn a lot about algorithms.

I don't have any feedback, but rather a question, as I've seen many repositories with people sharing their algorithms, at least on GitHub for many different languages (e.g. https://github.com/TheAlgorithms), what did you find that was missing from those repositories that you wanted to write a book and implement hundreds of algorithms, what did you find that was lacking?
0x00cl
·10 месяцев назад·discuss
So...

* Nvidia invests 5 billion in Intel * Nvidia and OpenAI announce partnership to deploy 10 gigawatts of NVIDIA systems (Investment of upto 100 billion) * This indirectly benefits TSMC (which implies they'll be investing more in the US)

Looks like the US is cooking something...
0x00cl
·10 месяцев назад·discuss
YouTube has been pushing for longer videos for a while now. I believe it has to do with getting more money for ads. I remember YouTube updated their guidelines suggesting creators to create longer videos (10+ minutes for better monetization)

I couldn't find a source (other than my memory) though, the earliest I could find is a reddit post from 2016 https://www.reddit.com/r/PartneredYoutube/comments/4v6bmy/wh...
0x00cl
·2 года назад·discuss
I don't know much about MMORPG but this looks heavily inspired by Runescape, no mention of that?