Viewing profile — mathnode
mathnode
HN member- Joined
- Fri, Jan 14, 2011, 1:41 PM UTC
- HN karma
- 944
- Public activity
- 316 items
- HN profile
- View on Hacker News ↗
About mathnode
No profile information was provided.
Recent public activity
-
comment
Comment #48623758
;;;; Not sorry )
-
comment
Comment #48039411
I didn’t know they had feeds? I only recently found out GitHub releases have rss feeds! Great way to stay up to date on projects like raylib.
-
comment
Comment #47370988
Yes I have been doing this for years. I also have my gmail account plumbed in so I have a local copy of my emails; easy archiving. And yes I manually copy my opml changes across de…
-
comment
Comment #46864516
Of all the unnecessary AI integrations; firefox is the one I am least concerned or annoyed about. I will however be disabling anything AI related they introduce.
-
comment
Comment #46849209
It's a lovely facelift of their website, but am I correct in saying the editor is Windows only, still?
-
comment
Comment #46713492
Old man here shaking his fist. While I acknowledge and appreciate the technical effort and let’s face it, an exemplary example in preserving games long after they are maintained by…
-
comment
Comment #46444973
https://friction.graphics might be what you are looking for
-
comment
Comment #46028901
A chromebook or an ipad with a keyboard. Don’t over complicate it for her or anyone else. Give them something that makes what they know even easier, and also open up new avenues wi…
-
comment
Comment #45623732
Honestly thanks to Lutris, I have no want of a native linux GOG client and would rather GOG and others contributed to an already excellent solution and for there to be less distrib…
-
comment
Comment #45599260
I tried it for a bit. But unless you want to use their choice of lsp/linter/whatever from what you are used to, then you will waste even more time customising zed to your needs fro…
-
comment
Comment #45163135
Because we don't need data centre hardware to run domestic software.
-
comment
Comment #44706151
This is excellent news. So many artists are now using procreate on iPad Pros as their primary platform. I do not miss the days of using puppet to juggle the configs of various over…
-
comment
Comment #42871949
Yes there are far too many asset flips and game templates that are just sold a individual games.
-
comment
Comment #42871942
I would definitely appreciate the Roblox crowd making a play for older gamers, who can also code.
-
comment
Comment #42871916
Yes sorry perhaps a little more context helps for others that don't understand what we are talking about. Roblox and Fortnite are creative platforms as well as gaming platforms tha…
-
comment
Comment #42871367
While I definitely advocate for Ross Scott's effort behind https://www.stopkillinggames.com , there are still many titles I think that really don't qualify for the level of effort …
-
comment
Comment #42818151
What is cursor in this context? A vim plugin?
-
comment
Comment #42626759
In my youth I cut my teeth on the quake 2 sdk. And even without a 3D suite and a c compiler I could get creating. When the Rage toolkit became available, almost none of the communi…
-
comment
Comment #42626595
Think of it as a fantasy console, like pico-8 which despite the extreme restrictions is home to some incredible content that of which exceeds many big studio engines. The imposed c…
-
comment
Comment #42259153
Could this be linked to instead?
-
comment
Comment #41506951
Not MySQL Raft? I am desperate to see the source.
-
comment
Comment #41506820
Logical replication does exist in pgsql, which is great. What it still lacks however (and I am sure they will very quickly catch up on) is the user facing process of being able to …
-
comment
Comment #41506771
postgres have table partitions now, mariadb can however partition a table over multiple servers or shards using the engines like spider and connect, or proxies like maxscale and pr…
-
comment
Comment #41506636
That is not at all surprising. We all know they have the resources to find a solution to their massive data problems.
-
comment
Comment #41506584
I would say the main advantage is scale and uptime. If you need to replicate, duplicate, or maintain state beyond one server; there are very few good RDBMS options, let alone open …