Viewing profile — electronstudio
electronstudio
HN member- Joined
- Fri, Jun 07, 2019, 4:37 PM UTC
- HN karma
- 77
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About electronstudio
Recent public activity
-
comment
Comment #48965390
This is what I attempted with https://github.com/electronstudio/low_latency_dictation However the accuracy of the real time models is poor, so I did a second pass with a higher acc…
-
comment
Comment #30057614
I just learnt assembly last week, and I made a list of all the resources I used: https://loughton.me.uk/2022/01/01/assembly-language.html
-
comment
Comment #28381997
Willing to relocate: No Location: London, UK Remote: Yes Willing to relocate: No Technologies: Rust, Kotlin, Python et al. Résumé/CV: https://electronstudio.co.uk/public/cv2021_red…
-
comment
Comment #25004428
A Python wrapper over SDL such as Pygame Zero[0]? I have used it to teach kids[1]. [0] https://pygame-zero.readthedocs.io/en/stable/ [1] https://github.com/electronstudio/pygame-ze…
-
comment
Comment #24346022
Location: London, UK Remote: Yes Willing to relocate: No Technologies: Godot, Java, Kotlin, Python, Swift, OpenGL, Linux, Android, iOS. Résumé/CV: https://electronstudio.co.uk/publ…
-
comment
Comment #24052457
All free software is open source, by definition.
-
comment
Comment #24048958
Yes, Godot are doing that. The Godot IDE is created with the Godot engine.
-
comment
Comment #24048809
They don’t brag about it as much as Microsoft do but IntelliJ Community Edition is free software. https://github.com/JetBrains/intellij-community/blob/master/...
-
comment
Comment #23732865
Last time this was posted I started working on a Gemini client: https://github.com/electronstudio/2face Currently it’s TUI, but will add GUI eventually. It’s fun to have a protocol…
-
comment
Comment #22187021
Yes people are entitled to sell proprietary forks of free software - it's a non-copy left license so perfectly legal. However it puts Godot in a poor position relative to competito…
-
comment
Comment #22185260
Sure you can hire someone to do the port - they do advertise it on that very page. But there is another open source game library, Monogame, that distributes their code for free for…
-
comment
Comment #22181737
When I started developing RetroWar[1], I found Unity quite a disappointment, and so I developed my own custom engine in Kotlin. It works very well, but it took several years. Recen…
-
comment
Comment #22156060
The goal isn't education in how to make games or use a particular library. The goal is education in coding, and games are just the hook to maintain interest. Pygame Zero hides the …
-
comment
Comment #22155969
I have been using this to teach kids to code. I have compiled some of the material I created into a book: https://github.com/electronstudio/pygame-zero-book I have also been workin…
- story
-
comment
Comment #21738735
I have been teaching kids games programming with Python. I have compiled some of the material I created into a book here: https://github.com/electronstudio/pygame-zero-book The onl…
-
comment
Comment #21128048
Location: London, UK Remote: Yes Willing to relocate: No Technologies: Java, Kotlin, Python, Swift, OpenGL. Résumé/CV: https://electronstudio.co.uk/public/cv2019-redacted.pdf Email…
-
comment
Comment #20834000
You have a short memory. Netscape Navigator 3 had a >75% market share. Mozilla, which became Firefox, was a total rewrite, but that rewrite was done by the same people and was rele…
-
comment
Comment #20752106
Since Red Hat make Red Hat and Red Hat also make CentOS, could Red Hat not simply ask Red Hat not to put in those references in the first place? Or when they do put them in to alwa…
-
comment
Comment #20752043
6th formers are aged 16-18. I think 6th graders are much younger?
-
comment
Comment #20501349
Is it still an Electron app? The only reason for using Electron is surely because you don't have the manpower to develop a proper native app. But then how have you got the manpower…
-
comment
Comment #20431192
If they had done just that and only that - taken IPv4 and added more bits - we might all be using IPv6 now. Instead they used the opportunity to cram every feature but the kitchen …
-
comment
Comment #20126508
I recently taught a class[0] on Python programming for children where we used the Mu[1] editor. Mu bundles Python with the editor in a single download so it is very easy for beginn…