HN user

ayaros

612 karma

ayaros.at.hn

- - -

### Hi, I'm Andrew!

Please check out my latest project, LisaGUI! Or, check out one of the following links:

#### [Blog](https://blog.yaros.ae) • [LisaGUI](https://alpha.lisagui.com) • [Artwork](https://art.yaros.ae) • [Downloads](https://yaros.ae/downloads) • [Website](https://yaros.ae)

- - -

meet.hn/city/39.9527237,-75.1635262/Philadelphia

Socials: - ayaros.at.hn - bsky.app/profile/lisagui.com - github.com/aeyaros - linkedin.com/in/aey - mastodon:mastodon.social/@lisagui - yaros.ae

Interests: Art, Programming, Technology, UI/UX Design, Web Development

---

Posts9
Comments202
View on HN
Count Binface 10 days ago

I have so many questions...

I wonder how the legalities of this work. If people write in "Count Binface" or if that's the name on the ballot, then if he wins, does that mean Jonathan David Harvey (the actual name of the guy who plays him) is elected? Does Count Binface count as an alias? If not, he required to use that name while in office - or more precisely, is he not considered a member if he goes by his own name?

If he goes into the parliament building without his costume, it would be a bit awkward if, say, they were required to address him by his Count Binface alias.

Or, perhaps they wouldn't care too precisely about the naming aspect, since everyone knows who he is, but politics is vicious and I'm sure there are plenty who would use any possible legal maneuver to keep him out of parliament. Surely there are laws to handle these kinds of discrepancies around someone's identity... right? Laws that could get him kicked out?

If he actually wins, would he try to do some serious good or would he keep the joke going? Should he actually prepare a serious "if I actually win the election" policy list? It would conflict with his joke list since he would be asked more questions about the real one. Or would he just have one big mixed list split 50/50 between jokes and serious ideas?

Rewriting the region drawing code in my LisaGUI project so it does per-word bitwise operations instead of per-pixel calculations. I'm using Claude to help plan and debug it, but I'm being careful to review all its outputs and make sure I fully understand what it's suggesting and why. I don't want to lose all my neurons to this thing...

I did play with adding the 1-bit NTT Docomo emojis, as well as the 1998 Softbank emojis, into LisaGUI (my 1-bit Lisa-themed web OS). The glyphs are at most 12 pixels squared, and fit comfortably with the existing Lisa typefaces I've added so far (although they appear vertically stretched when viewed in a 2:3 pixel aspect ratio). They are still not included and won't be until I devote some time to sorting out the slightly nightmarish shitshow that is parsing unicode emoji character sequences.

You seem very happy with your current situation. It sounds like you'd be taking a cut in your pay in exchange for much more work. There's a small chance of a large payout if they get bought out, but this is assuming the startup doesn't fail (as most do) and that you stay long enough to be there when it happens.

If they aren't willing to match your current salary and give you a much bigger slice of equity, I would decline the offer.

You can email anyone if there's something you need to communicate to them. Since when was it ever a big deal to email someone you don't know?

[dead] 3 months ago

Looks like The Onion has control of it now. It's surreal to see it actually happening.

There's now a version of GEM you can run on a Lisa. But 68KMLA is down so I have no easy way to link to the relevant thread. :(

If the Supreme Court justices uphold this, I'm sending the ones who vote yes emails, each with an EULA dictating that by opening and reading the email they agree to send me 100% of their salaries in perpetuity, as well as an initial, single lump sum payment consisting of all their assets thrown into a trust in my own name. If they push back on it, well they shouldn't be so upset about something they agreed to in the first place.

Everything is now re-consolidated under different media companies now. Instead of Ted Turner we have Larry Ellison, and Netflix, and Disney.

So I think the biggest question is, what form of entertainment will eventually supplant streaming services? Whatever it is (or will be) will almost certainly be disregarded by most people.

I've used embedded SVG images in CSS encoded as base64, and I'm not ashamed. In general, I really wish I could apply page styles and CSS3 variables to the internal CSS of SVG files. I'm sure there's a good reason why this context isn't shared, but it would be cool and useful to dynamically change the style of SVG files.

If I'm hand coding a page or writing a stylesheet, it's convenient to be able to embed things. Often, I'll embed a style tag until it grows large enough to be worthy of its own file. The same goes for scripts; it's useful to have the option if you're quickly prototyping something.

Why is this so horrible. Put more resources in the hands of the average person. They will get pumped right back into the economy. If people have money to spend, they can buy more things, including goods and services from gigantic tax-dodging mega-corporations.

Gigantic mega-corporations do enjoy increased growth and higher sales, don't they? Or am I mistaken?

I'm a younger millennial. I'm always seeing homeless people in my city and it's an issue that I think about on a daily basis. Couldn't we have spent the money on homeless shelters and food and other things? So many people are in poverty, they can't afford basic necessities. The world is shitty.

Yes, I know it's all capital from VC firms and investment firms and other private sources, but it's still capital. It should be spent on meeting people's basic human needs, not GPU power.

Yeah, the world is shitty, and resources aren't allocated ideally. Must it be so?

I have an iMac G4 1.25 GHz. Originally, it was a 1GHz, but I swapped out the motherboard for a later model. For a while I've been wondering if I would had been better off with an earlier motherboard capable of booting OS 9 natively. Compared with using OS X's classic mode, this would omit the overhead of running a whole other OS and leave me with more resources to run OS 9 apps and games. I don't get a whole lot of use out of the earlier OS X software that I have on there...

Maybe in the future I won't have to make that choice! I'd much rather dual boot OS 9 off a different partition, but that hasn't been supported on the 1-1.25GHz models (Thanks Steve...) and no one has gotten it working properly. Maybe now it will be possible! A man can dream...

Generally speaking, HTML doesn't have the constructs necessary to actually compute things. There's no way to declare variables, and there are no conditionals, jumping, or mathematical operations. All you can do is specify a fixed set of page elements.

Embedded JS within HTML doesn't count here, as that's essentially no different than a linked script file.

To be fair, there are some exceptions to this; there are some very hacky and convoluted ways you might be able to get some programmatic behavior out of pure HTML (I remember hearing about a weird example in part of Wikipedia's codebase).

HTML literally means hypertext markup language. It's more like TeX or Markdown, in that it's used to store and represent data, not to manipulate it.