Viewing profile — sloum
sloum
HN member- Joined
- Wed, Nov 21, 2018, 11:03 PM UTC
- HN karma
- 95
- Public activity
- 68 items
- HN profile
- View on Hacker News ↗
About sloum
No profile information was provided.
Recent public activity
-
comment
Comment #48414222
Meh. The project died for me when they started using LLMs for development in the first place.
-
comment
Comment #47662707
Nah: https://www.magicbell.com/blog/using-push-notifications-in-p...
-
comment
Comment #47662678
You could add features to make it a PWA and explain to users how to save it t their desktop. I used ProtonMail for years that way (I do not have a smartphone anymore, so no longer …
-
comment
Comment #47416825
Yes!! This!! I wrote a shell awhile back and was pretty happy with it... but could _not_ get job control to work quite right. It was a big pain.
-
comment
Comment #47212650
Found it: > “Covered application store” means a publicly available internet website, software application, online service, or platform that distributes and facilitates the download…
-
comment
Comment #47212616
I believe that if you have a network stack and can download files from the internet--which would include software--that it counts. I don't want to re-read to find the part, but the…
-
comment
Comment #47198370
From the bill: > "Covered application store” does not mean an online service or platform that distributes extensions, plug-ins, add-ons, or other software applications that run exc…
-
comment
Comment #46398179
> "vile machines raping the planet" is obviously vitriol Well, I still think you are giving an opinion and I am giving mine. I disagree with your opinion. Mr. Pike is making a stat…
-
comment
Comment #46396426
Well, I couldn't disagree more with you: being anti-AI is absolutely not an extreme position. You are living in a bubble if you think it is. "Fervent anti-AI territory" is a good p…
-
comment
Comment #46396351
Funny, it seems perfectly appropriate to me.
-
comment
Comment #46396332
Yeah, but the industry is a big part of the problem and most people working in it are complicit at this point (whether or not they are reluctantly complicit).
-
comment
Comment #45677291
I also really like asymmetrical games. In particular the various Tafl[0] reconstructions. Some are unbalanced, but some are very balanced and fun to play as either attacker or defe…
-
comment
Comment #36206743
Agreed. I tried to dig around a bit in the pdf (though I am admittedly distracted at the moment) and it looked like a tree walk interpreter being built. At least at first. There we…
-
comment
Comment #33933968
Using color alone to distinguish links is explicitly an accessibility violation. Underlines are not a requirement. I certainly agree that the link system here is atypical. It just …
-
comment
Comment #33933949
If you dont care about the standards, which governments use to define how accessibility works and who it applies to for legal purposes, then you essentially want to make up your ow…
-
comment
Comment #33929702
There is a clear pattern and clear consistency at play here and there is no violation of the w3c/wai standards involving these links.
-
comment
Comment #33929692
The link styling system used on the wiki complies with all web accessibility standards: it clearly and consistently shows a link without using color as the sole determining factor.…
-
comment
Comment #32952795
Or as an alternate approach: https://tildegit.org/sloum/swim
-
comment
Comment #31795364
I have not been on an official tilde server (I wouldnt join because they have a code of conduct which I think infantilises adult humans)... but I am on a few pubnixes (circumlunar.…
-
comment
Comment #31795349
That seems reasonable to me. Small groups can be easily torn apart bad bad actors. Even well meaning folks that just don't vibe well can really hae a large effect on small intentio…
-
comment
Comment #31790680
Different standard library, different focus, similar-ish core interpreter. However, it doesnt need to be different. This was not built for folks other than me and a few friends to …
-
comment
Comment #31790665
macros werent necessary for me and the language is for me. I can always add them later (as the other comments mention). Not having them makes things simpler and easier for those wi…
-
comment
Comment #31790642
I would agree. Simple and old school, but with a dash of modern features was what I was going for. I used Logo a good bit when I was young, so I can appreciate the comparison.
-
comment
Comment #31790632
Because at one point filter was implemented as a special form in the interpreter rather than in the library. As such it was colored with special forms. That has changed and it is n…
-
comment
Comment #31790616
Language/website author here: nope. Just good old fashioned html, css, and a pinch of vanilla js just to get a few things working. I had tried out making a forth a while back. It w…