alphabetter's comments

alphabetter | 7 months ago | on: Show HN: NextDNS Adds "Bypass Age Verification"

Thanks for answering the one thing I wanted to know about this. It wasn't at all obvious to me how this might be possible using DNS only.

I guess it will work for some sites, but it would be interesting to know what fraction.

alphabetter | 1 year ago | on: Privacy Pass Authentication for Kagi Search

Honestly, I think what TFA calls "Kagi’s implementation of Privacy Pass" is the integration of the feature into their server and clients, not the RFC (which they acknowledge), or the protocol implementation.

alphabetter | 1 year ago | on: If you need the money, don't take the job

Exactly this. As a British English speaker that works a lot with the US it was an early learning.

In British English a "scheme" has no negative connotations. It's commonly used in all kinds of legitimate places - for example the company you work at will have a "pension scheme".

In U.S. English it has a connotation that it is nefarious in some way.

alphabetter | 1 year ago | on: Tell HN: GitHub locked me out for not using 2FA

Not the OP, but I am opposed to the forced use of 2FA by GitHub for three reasons:

1) They are my repos. I should get to decide the appropriate level of security.

2) 2FA is often used as a pretext for identity harvesting which are then abused for other purposes.

3) If there is account recovery via email then the whole thing is a charade anyway.

alphabetter | 1 year ago | on: Baking Pi – Operating Systems Development (2012)

[2012] based on the copyright.

Note the disclaimer: "This course has not yet been updated to work with the Raspberry Pi models B+ and A+. Some elements may not work, in particular the first few lessons about the LED. It has also not been updated for Raspberry Pi v2."

And presumably not updated for the Pi 3,4,5 too!

alphabetter | 2 years ago | on: What's that touchscreen in my room?

The 3A fuse is due to the way the UK wiring system works rather than what is optimal for this device.

All appliances in the UK have a fuse where they connect to the building wiring, normally in the plug, but can be in a fixed fuse-holder like this device. Somewhere in the process it was recognized that having lots of different fuse values would be confusing and awkward for users, so these fuses are the same size and always one of three standard values: 13A, 5A, and 3A. As noted elsewhere, you can buy these particular fuses in UK supermarkets and convenience stores.

If 3A is too high for the appliance then what the designer has to do is to fit it with a flex rated at 3A so that is protected by the fuse at the plug-end and then add additional, lower current, protection at the device end.

The UK system is clever and has subtle details like the standard fuse values which were good at the time it was introduced. But, it is also rather over-engineered, and not optimized for modern homes that have a lot of low-current appliances.

alphabetter | 2 years ago | on: BBC BASIC raytracer in 432 characters

Yes, the REM is the lookup table used in line 70.

Because BBC Basic had a built-in assembler it was pretty uncommon for BBC programs to inline machine code as raw data (unlike some other computers from BITD).

alphabetter | 3 years ago | on: Circuit.js – Electronic circuit simulator on the web

I posted that rather quickly, so a bit more information for those who are interested (inspired by some of the comments on the thread).

I found Paul's sim by chance and really liked it because it was the first electronics sim that I had seen that was properly interactive and visual in its approach. I thought it was a great tool for building intuition about circuits. However, at a certain point it became clear that Java in the browser was on its way out, and this really needed to become a plug-in free experience if it was going to continue to be useful.

This was about the time that V8 was coming along and revoluationizing the performance of JS. Originally there was no license attached to the project, so I asked Paul if he was OK in me trying to port it to run on JS using the GWT framework. He was fine, but said he'd done old experiments with some of his other sims and found that JS wasn't performant enough, but with the strides in JS performance I was more optimistic.

I took the Jave code and commented just about everything out to get a minimal implementation of the standard LRC circuit just to see the performance. Once I was comfortable with that working I started adding every feature and every component back. Most of the work was replacing the Java graphics primitives with the equivalents from GWT.

Once the initial version JS version was out I did quite a lot of work mostly on UI features, especially the 'scopes. They were rather weak in the original and still not as good as I would really like, but much improved.

I have thought about monetizing and extending with EDA features, socials, etc. but its never been enough of a priority to do it. I kind of like its simplicity as it is.

It has been used a lot in education and a couple of teachers have contributed to the code to support their uses in classrooms.

It's kind-of amazing that it still has a very distinctive niche that nobody else has really gone after in quite the same way. I think a lot of that is because Paul's original vision and work on the Java version was so good.

There is a bit more context and some tutorials here: http://lushprojects.com/circuitjs/

alphabetter | 3 years ago | on: Circuit.js – Electronic circuit simulator on the web

Yes, Paul did the original as a Java Applet. I did the port to run in the x-compile to allow it to run in the browser. After that we cooperated on it for a while. I stepped back a few years ago to focus on other things, but he's kept up with improvements. Kudos.

alphabetter | 3 years ago | on: A circuit simulator that doesn't look like it was made in 2003

I've contributed quite a lot to Paul's simulator, including doing the port so it runs natively in the browser.

The photoresistor is just controlled by the slider in the side-bar. It doesn't respond to lights in the circuit. There is an "optocoupler" under "active building blocks" that does connect optically.

I've seen a few requests to add feedback that occurs outside the electrical domain - light is one, but also for mechanical movement (motors that turn generators). But, I pesonally think it's hard to know how to model all these non-electrical interactions in a way that is visually clear and effective.

alphabetter | 3 years ago | on: A circuit simulator that doesn't look like it was made in 2003

I did the port of Paul's sim so that it runs natively in the browser instead of needing a Java plug-in (remember them) and made various other contributions.

I haven't contributed for a couple of years, but Paul still actively maintains it.

Do you have specific ideas on what would be changed to "revitalize" it? I agree the UI is kind of basic (it could do with a pallet of common components), but I still like the productivity of it.

alphabetter | 4 years ago | on: Instagram Is Facebook Now

Thanks for the tip which I will try. I agree with the OP and parent, IG used to be an enjoyable experience if you were careful about who you follow, but it seems that it's now in the process of being destroyed by bad ideas borrowed from FB.

My explore page used to be hit-and-miss, but generally somewhat relevent. Over the last few days it has been filled with revolting photos of fake-tanned idiots. No amount of attempting to swat then with "Not Interested" seems to work.

alphabetter | 4 years ago | on: Jury awards Optis $300M in second patent trial against Apple

It is more subtle that that. Patent holders who contributed to the 3G/4G/5G standards agree to make their standards essential patents available under FRAND terms. However, this does not apply to patent holders who have not contributed to the 3G/4G/5G standards (because they are not part of any agreement about patent licensing terms for the standard).

alphabetter | 4 years ago | on: Microsoft exec: “Summary of meeting with Steve Jobs"

As a classic MacOS developer back in the day, "publish and subscribe" doesn't mean what you probably think it does. It isn't like "publish and subscribe" in Javascript or similar.

In classic MacOs "publish and subscribe" was a kind of real-time clipboard which allowed you to paste contents from one application in to another and have it updated in real-time if you edited the source file. The idea was interesting, but it created odd interactions and corner cases that weren't nice. It was also very slow and buggy in practice. Not many applications supported it, and those that did didn't support it well in my opinion.

https://en.wikipedia.org/wiki/Publish_and_Subscribe_(Mac_OS)

alphabetter | 5 years ago | on: The Mayron Cole Piano Method is now free

In reddit /r/piano there are a lot of similar questions, and as someone learning piano in their 50s is always amuses me.

I self-tought to about an ABRSM grade 1 level before getting a teacher, but I had done a little bit (less than a year) as a small kid.

Particularly the early stages are very hard and it takes a lot of practice to do seemlingly trivial things. It is a differnet skill from touch typing. I find the "Dozen a Day" books of studies really good for training your fingers to do what you want them to, instead of what they want to do.

page 1