Login
Discover
Waves
Communities
Login
Signup
crypticwyrm
@crypticwyrm
59
Software developer, book enthusiast, connoisseur of black coffee - with lots of milk and a pinch of sugar
Followers
672
Following
49
Follow
Resource Credits
Available
Used
Location
Germany
Website
https://www.buymeacoffee.com/cryptowyrm
Created
2017-04-08 00:17
RSS Feed
Subscribe
Comments
Blog
Posts
Comments
Communities
Wallet
crypticwyrm
programming
2019-02-23 11:46
RE: My thoughts on Svelte - The magical disappearing UI framework
I think neither library nor framework really fit. A library is something you import, that becomes part of your project, but Svelte's main selling point is that it's compiled away and "magically
$ 0.000
1
crypticwyrm
programming
2019-02-23 10:43
RE: My thoughts on Svelte - The magical disappearing UI framework
Thanks for the links, Rich talked a bit about svelte-gl in the podcast. I did see svelte-native, but haven't looked into it yet (or nativescript in general), but if it becomes usable in the next few months
$ 0.000
1
crypticwyrm
technology
2018-12-05 10:58
RE: How to write software if you're blind
I've seen a few comments saying that vim doesn't work that well with screen readers. But you could probably use a Vim plugin for Emacs so that you can still make use of EmacsSpeak. The other famous Emacs
crypticwyrm
technology
2018-12-05 02:43
RE: How to write software if you're blind
Yeah blind people don't use a mouse, I didn't even think of that before I read the article I linked to from a blind developer, but of course the mouse is just a device to move the cursor around, a visual
crypticwyrm
technology
2018-12-04 21:48
RE: Movim - Federated Open Source social media platform welcomes Tumblr refugees
Maybe not Movim specifically, but there are so many developers and companies behind the decentralization movement now that in my opinion it's safe to say decentralization will take over in a few years.
crypticwyrm
utopian-io
2018-11-22 19:52
RE: Steem Observatory is now on Github, Open Source under the MIT license
Thanks for your kind words, and thanks for your review! Grammar and style is an issue, yes. Can I cash in the "not my native language" card here? :) Probably not, silly internet, all that knowledge
crypticwyrm
programming
2018-11-17 18:54
RE: Golua - Microsoft open sources Lua 5.3 engine written in Go
Will do, thanks! :)
crypticwyrm
steemapps
2018-11-17 18:48
RE: Columns for Steem is now on Github, Open Source under the MIT license
Thanks so much! I'll be sure to check out Utopian tonight, would be great to find some new developers (or even better designers, since that is my weakest area) there that want to help improve the app going
crypticwyrm
programming
2018-11-17 12:28
RE: Golua - Microsoft open sources Lua 5.3 engine written in Go
Microsoft has been doing a lot of Open Source recently. Bryan Lunduke fears it's part of their "embrace, extend, extinguish" strategy, which boils down to embracing a project, adding proprietary
crypticwyrm
gaming
2018-11-14 22:20
RE: Squally - Early Access video game that teaches you low level programming with X86 assembly
Hadn't heard of Steemhunt before, thanks for the link, I'll check it out! :)
crypticwyrm
steem
2018-11-08 22:07
RE: Open Sourcing my Steem Apps, Columns for Steem & Steem Observatory
It's probably required so that people know who to hold liable. Germany is sadly an extremely bureaucratic country :) But requiring attribution is a good thing anyhow I think, if someone ends up forking
crypticwyrm
steem
2018-11-08 10:35
RE: Open Sourcing my Steem Apps, Columns for Steem & Steem Observatory
CC0 doesn't work in Germany, we have no concept of public domain here, you are automatically granted an "Urheberrecht" (which roughly translates to right of the creator) when you create something
crypticwyrm
technology
2018-11-01 22:28
RE: Carlo - Electron alternative by Google that uses the already installed Google Chrome instance
Maybe you could try a Python to JS compiler like Transcrypt or Pyjs with Electron and co. Been quite a few years since I used Python so I don't know what's popular there right now for cross platfom desktop
crypticwyrm
technology
2018-10-30 21:03
RE: Micro.blog - Using RSS feeds of blogs to create a decentralized Twitter clone
Haha, I believe you :) It's like what ZeroNet did, combined Bittorrent with Bitcoin cryptography and created decentralized websites with it which was never the intended use, but since existing technologies
crypticwyrm
technology
2018-10-30 18:21
RE: Developing an app for elementary OS 5 Juno with Vala - My first experience and helpful resources
Thanks for your kind words! :) And I wish your son the best of luck, programming isn't for everyone but when he already shows an interest himself that's great, there is always a shortage of new programmers
crypticwyrm
technology
2018-10-28 12:30
RE: Developing an app for elementary OS 5 Juno with Vala - My first experience and helpful resources
Thanks! :) I submitted my app for inclusion in the App Center yesterday, if I did everything right it should land in the App Center in a few days, after the elementary developers reviewed the app. The
crypticwyrm
technology
2018-10-27 10:17
RE: Developing an app for elementary OS 5 Juno with Vala - My first experience and helpful resources
I'd say Ruby and Lua are slightly easier, but when you start out with programming the language isn't really the problem, it's the basic programming concepts that you find in all programming languages like
crypticwyrm
technology
2018-10-26 19:40
RE: Developing an app for elementary OS 5 Juno with Vala - My first experience and helpful resources
I'm running it on 2 GB RAM (Acer C720 Chromebook, 1.4 Ghz Dual Core CPU) and it even works really well here, much better than the other Linux distributions I tested, feels like a whole new computer. 2
crypticwyrm
technology
2018-10-26 17:26
RE: Developing an app for elementary OS 5 Juno with Vala - My first experience and helpful resources
I used Manjaro (Arch Linux) before :) I will probably go back to that eventually since I always end up going back to Arch after a year or two of playing around with Ubuntu based distros, but for now I
crypticwyrm
technology
2018-09-25 13:41
RE: Manyverse for Android released, a decentral social network in your pocket
I suggest changing the bot so it doesn't try to parse mentions in Markdown sections marked as code, in this case code surrounded with backticks ;)