bigtech's comments

bigtech | 1 year ago | on: What someone learnt when they replaced their Pi 5 with a Amazon mini desktop

I bought an N100 mini that looks just like the Ars picture, but it's branded from Beelink as an S12Pro -- it does all of this and more. Mine is in the living room with the HDMI attached to my TV, but I RDP into it for most things. I installed WSL and and initially ran Plex from Docker, but switched to Windows native as it is simpler to setup and maintain.

bigtech | 3 years ago | on: Ask HN: Is this a feasible idea or rather not?

Seems possible from the technical side, but not so sure about the money part. if I'm following you correctly, XYZ.com would have shown an ad on their site and received, say 1 cent. With your service running, you visit XYZ.com, ad is replaced by a white box, and they receive, let's say 2 cents? If so, seems like efficient microtransactions will be a challenge.

bigtech | 3 years ago | on: Ask HN: New job at BigCo. Everything has friction

There's a way to work in such an environment and not go crazy, but it will take time to get used to it. Think of it system with big asynchronous methods. You need to arrange your work to put in the slow running requests early, then focus on other things while waiting.

bigtech | 4 years ago | on: I am getting out of software development after 10 years of coding

I see agile as the problem here. Before agile, I would essentially 'own' pieces of the code, so I was committed to making it maintainable. Now, it's all just pieces and parts, and I'm not responsible for nearly as much, which make me fungible, and in general is dispiriting.

As a side note, I question the author's appeal to Marx as an authority.

bigtech | 7 years ago | on: Why I prefer objects over switch statements

The article provided some good examples of times when code readability can be increased without a bulky switch statement. However, there are times when I find the switch statement most closely communicates the idea of what needs to occur to some developer in the future.

bigtech | 7 years ago | on: “A Horrifically Bad Idea”: Smartphone Voting Is Coming

I would be in favor of software that makes it easy to pre-vote. Then, when I go to my polling place I could quickly print, review and submit my votes. Where I vote the process is tediously manual. If we could get, say half the voters in and out quickly, there would be more time for the election commissioners to assist everyone else.

bigtech | 7 years ago | on: Ask HN: Software development after 40, how do you keep the fire?

When friends try to pitch me on their million-dollar ideas, I feel that I have a much better ability to estimate the size and scope. So instead of starting construction, I'm more likely to say something like '3 full-time devs working 6 months for a solid prototype, another 6 months for something that could be released' -- who's paying for all of this?
page 1