Readit News logoReadit News
throwaway77770 commented on Optimizing our way through Metroid   antithesis.com/blog/2025/... · Posted by u/eatonphil
qrush · 3 days ago
Curious - what OS? (I work at Wistia!)
throwaway77770 · 2 days ago
Linux - Debian 12 to be precise.
throwaway77770 commented on Optimizing our way through Metroid   antithesis.com/blog/2025/... · Posted by u/eatonphil
throwaway77770 · 3 days ago
For some reason, the embedded videos seem to break in Firefox Private Browsing (128esr). This had me stumped for a while until I tried it in a normal not-private window and it worked.
throwaway77770 commented on SICP: the end of an era (2021) [video]   youtube.com/watch?v=OgRFO... · Posted by u/smitty1e
dwheeler · 3 years ago
I disagree, programming has changed greatly.

Today programming is mostly about picking existing components and gluing them together. Those components are themselves mostly gluing together of other components, to many levels. While it is still possible to write code from scratch, that is usually not a productive use of time.

SICP is an awesome book, but it is probably better for a pure Computer Science course after you have had other courses.

throwaway77770 · 3 years ago
I would put it like this: consistent small gains programming is about gluing components together. There are plenty of non-incremental (big impact or flop) programs that couldn't have been made by just gluing components together. E.g. BitTorrent, AlphaZero, and seL4.
throwaway77770 commented on Stock market charts you never saw (2021)   papers.ssrn.com/sol3/pape... · Posted by u/dot1x
georgeecollins · 3 years ago
One of the charts you don't see is the performance of the stock market from say 1900-1950 for countries like Russia, Japan, France or Germany. We have this point of view that the US is a good place to invest, but to an investor in 1900 that might not have been such an obvious choice. Looking back 50 years from now it may seem like it was obvious the US was going to collapse from some political issue and clear that you belong in the stock market of Brazil, Indonesia, or I don't know what.
throwaway77770 · 3 years ago
Wouldn't the stock market chart for Russia have a rather sudden stop around 1917?
throwaway77770 commented on Why Monero   benkaiser.dev/why-monero/... · Posted by u/benkaiser
R0b0t1 · 4 years ago
The most promising? What do you mean? BTC and XMR already work and don't have the downsides of Taler. Usability could be improved for those, yes.

Outside transparency is not a benefit. Most people I've talked to about crypto don't see the opacity as a detriment. They do not trust the government or tax policy. Most of these people are also generally happy to pay their taxes but can see reasons when they would want to hide their behavior.

throwaway77770 · 4 years ago
> Outside transparency is not a benefit. Most people I've talked to about crypto don't see the opacity as a detriment. They do not trust the government or tax policy.

I think his point is: Bitcoin explicitly takes a libertarian position to taxation by making it hard to tax. While most crypto adopters may be libertarian, the majority of people are not and so the libertarian position will deter adoption.

throwaway77770 commented on Why Monero   benkaiser.dev/why-monero/... · Posted by u/benkaiser
Karrot_Kream · 4 years ago
There's lots of things that an order of magnitude more folks do that harm the environment than DeFi/cryptocurrency/shitcoin gambling. I'd love to revisit the environmental impacts of cryptocurrency after we've moved to electric cars, decreased car usage, decreased HVAC waste, made our toilets/sinks/showers more efficient, made our factories run on hydrogen instead of coal, and clean up shipping emissions. Once we're even halfway down that list, then I think we're ready to tackle the environmental question of cryptocurrency.
throwaway77770 · 4 years ago
Relative privation is still a fallacy, though, isn't it?
throwaway77770 commented on Attack of the 50 foot Blockchain (2017)   blog.koehntopp.info/2017/... · Posted by u/Tomte
mouzogu · 4 years ago
I have read this book. David Gerard & Amy Castor who has commented on this thread are both what I would I consider to be targeting the niche of Bitcoin doubters or "no-coiners".

I like to get a balanced view of crypto but I have grown to find these so-called no-coiners really insufferable.

I might get heavily downvoted but I would rather criticize Bitcoin from the perspective of how can we make this better, rather than oh this is a useless ponzi scam rhetoric, which their audience loves.

It's not nice to say but I honestly believe many of these people just dont want to see something they missed out on succeed, this is coming from someone who has lurked in their communities for a long time.

FWIW Bitcoin is not perfect. And many of it's biggest promoters are self serving scammers but I don't appreciate, or lets say grew tired of people who just like to bash something without offering a solution.

throwaway77770 · 4 years ago
The other side of that coin is, obviously, coiners who deduce that anyone opposing Bitcoin must be angry about being poor.

It's possible to dislike Bitcoin for its waste of its energy, centralization one step removed or economic policy without being "the guy who bought at the top".

throwaway77770 commented on Teaching other teachers how to teach CS better   cacm.acm.org/magazines/20... · Posted by u/robfig
hejdjdjdkkss · 4 years ago
> I studied CS over 40 years ago. I think I'm still deficient, at the end of my career. CS is hard.

Name one system you worked on in your career that was “abstracted well” and built to the quality uncle bob thinks is good. I bet you can’t. Because they don’t exist. Not in the framework that this industry now measures “abstract well” in.

It’s a square peg in a round hole. Writing software is more like composing music than it is an engineering or maths discipline no matter how much people really want it to be. (Hardware is a different story)

Come at me bro :)

throwaway77770 · 4 years ago
I don't think Bob's standards are preferable. Or, in the likeness of Yegge's Execution in the Kingdom of Nouns, I present:

void get_coffee() { /* ... */ }

void move_away_from_obstacles(auto what_to_move_away) { /* .... */ }

void place(auto object_to_place, auto to_be_placed_on) { move_away_from_obstacles(where_to_place); put_object_on(to_place, to_be_placed_on); }

void sit() { place(butt, seat); }

void prepare_mind() { get_coffee(); sit(); }

void get_opinion(int on_whom) { /* .... */ if (on_whom == UNCLE_BOB) { return create_opinion("too many short functions"); } }

void get_opinion_of_uncle_bob() { prepare_mind(); opinion my_opinion = get_opinion(UNCLE_BOB); return my_opinion; }

throwaway77770 commented on Back in 1993, I was taking a number theory class   twitter.com/EricLengyel/s... · Posted by u/renameme
onion2k · 4 years ago
The web is broken.

When an app on your computer or phone doesn't work well do you say Windows or iOS is broken, or do you say the app is broken?

A broken website doesn't mean the web is broken.

throwaway77770 · 4 years ago
The grain of the web is so that it's much easier to write something broken than something that works.

That's true of all development, granted, but doubly so the web, so yep... the web is broken.

throwaway77770 commented on Just Be Rich   keenen.xyz/just-be-rich/... · Posted by u/kjcharles
camhart · 4 years ago
Income inequality is growing, yes. But are the wealthy somehow responsible for it? Is their "getting richer" directly responsible for it? There seems to be a growing consensus on the left that they are. I have yet to see a convincing argument to show this though.

Someone who builds a company worth 100m didn't have to steal money from me (or anyone else) to do it. If they did steal, then that's what needs fixed. Prevent the stealing.

The individual who has 100k to invest can watch that 100k grow if they invest wisely over time. They can pile the earnings on top of their savings from their salary, and get richer faster than someone without the 100k invested. The rest of us who don't have 100k to invest don't see that same benefit--but merely because the 1% chooses to invest and to watch their money grow isn't a bad thing. Now if they're doing corrupt things with that money, then yea--fix that.

This concept of a wealth tax "fixing" income inequality is folly. It won't fix anything. It's at best a band-aid attempting to treat a symptom caused from underlying issues. We need to treat those underlying issues--not the symptom. Wealth tax happens to garner a lot of support though because many of the 99% love the idea of receiving something for free that's taken from the 1%. But it's not the governments job to legalize theft and pick the winners and losers, it's the governments job to fix the underlying issues.

throwaway77770 · 4 years ago
> But it's not the governments job to legalize theft and pick the winners and losers, it's the governments job to fix the underlying issues.

So in other words, don't try to paper over the flaws of capitalism by instantiating a welfare state from taxes; instead abolish capitalism directly?

Probably not what you meant, but it could be read that way.

u/throwaway77770

KarmaCake day25April 13, 2021View Original