HN user

roguecoder

3,357 karma
Posts74
Comments1,236
View on HN
www.eff.org 3y ago

D&D’s Open Gaming License May Have Become a Trap

roguecoder
2pts0
arstechnica.com 6y ago

FBI says “extremists” motivated by Pizzagate, QAnon are threats

roguecoder
36pts55
decolonizingcivictech.com 7y ago

Decolonizing Civic Tech

roguecoder
2pts0
www.redfin.com 8y ago

Redfin, Industry-Leading Venture Firms Pledge to Diversify Startup Boards

roguecoder
1pts1
blogs.lse.ac.uk 8y ago

Gender Quotas and the Crisis of the Mediocre Man

roguecoder
1pts0
www.shirky.com 8y ago

A Group Is Its Own Worst Enemy

roguecoder
2pts0
tim.dreamwidth.org 8y ago

Refusing to Empathize with Elliot Rodger: taking male entitlement seriously

roguecoder
2pts0
tools.ltse.com 9y ago

409A Valuations – Why get one? What to expect

roguecoder
12pts1
ew.com 9y ago

Black Panther on the cover of EW

roguecoder
1pts0
mtc.ca.gov 9y ago

Public meeting in SF tomorrow on the future of the Clipper Card contract

roguecoder
2pts0
news.ycombinator.com 9y ago

Anyone recommendations for DIY cubical walls?

roguecoder
1pts1
www.washingtonpost.com 9y ago

Big data may be reinforcing racial bias in the criminal justice system

roguecoder
3pts0
thesetupwizard.tumblr.com 10y ago

The Setup Wizard: Daily Accounts of a Muggle I.T. Guy Working at Hogwarts

roguecoder
1pts0
twitter.com 10y ago

Tweet: Facebook's Censorship Used as a Tool by Racists

roguecoder
2pts0
the-toast.net 11y ago

Business and Friendship at a Silicon Valley Startup

roguecoder
2pts1
news.ycombinator.com 11y ago

What are some groups that support black coders?

roguecoder
8pts5
meaganwaller.com 12y ago

Framework Whipped

roguecoder
14pts8
www.seattlepi.com 12y ago

IT Contractor left homeless after being framed by cop sues Washington state

roguecoder
6pts0
www.freerepublic.com 12y ago

Some people are bad at DDOS: Crash Healthcare.gov

roguecoder
2pts0
adainitiative.org 12y ago

Conference anti-harassment campaigns do work

roguecoder
2pts0
parenting.blogs.nytimes.com 12y ago

'Leaning In' to Lego Camp

roguecoder
1pts0
www.dailydot.com 12y ago

Hacking conference announces all-female keynote lineup

roguecoder
3pts0
blogs.scientificamerican.com 13y ago

Bringing Minority Girl Voices To Silicon Valley

roguecoder
3pts0
meloukhia.net 13y ago

My Grandma Can Code Circles Around Your Dudebro

roguecoder
2pts0
fork-free.tumblr.com 13y ago

A Month Without a Fork

roguecoder
4pts0
www.kameronhurley.com 13y ago

Dear SFWA Writers: Let’s Chat About Censorship & Bullying

roguecoder
1pts0
www.theatlantic.com 13y ago

Why Geeks Get Bullied (It's Not Necessarily for Being Geeks)

roguecoder
66pts76
www.techdirt.com 13y ago

Bogus Lawsuit Plus Threats To Those Who Write About It Leads To Epic Response

roguecoder
4pts0
nimbupani.com 13y ago

Diversity in Conferences

roguecoder
1pts0
davis-square.livejournal.com 13y ago

Jon Monsarrat sues 101 lj commenters for calling him a "scummy dude"

roguecoder
4pts2

The best "architects" serve as facilitators, rather than deciding themselves how software is built. They have to be reading the code, but they don't themselves have to be coding to be effective.

You don't need one until you've got 30-70 engineers, but a strong group of collaborative architects is the most important thing for keeping software development effective and efficient at the 30-1,000 engineer range.

This is where an architect is useful, because they can ask "why?"

Sometimes there is a reason! Sometimes there isn't a reason, but it might be something we want to move everything over to if it works well and will rip out if it doesn't. Sometimes it's just someone who believes that functional programming is Objectively Better, and those are when an architect can say "nope, you don't get to be anti-social."

The best architects will identify some hairy problem that would benefit from those skills and get management to point the engineer in that direction instead.

A system that requires homogeneity to function is limited in the kinds of problems it can solve well. But that shouldn't be an excuse to ignore our coworkers (or the other teams: I've recently been seeing cowboy teams be an even bigger problem than cowboy coders.)

Why are you rewriting the same application a second time?

I've personally yet to have a situation where that comes up. And every application I've ever worked on has its architecture evolve over time, as behavior changes and new domain concepts are identified.

There are recurring patterns (one might even call them Design Patterns), but by the time we've internalized them we have even less need for up-front planning. Why write the doc when you can just implement the code?

The problem isn't programmers: it is cheap-ass executives obsessed with compliance.

Good software designers are facilitators. They don't tell people how to build software, but say "not like that" by making the technical requirements clear. They enable design to constantly change as the needs change.

It has been a long time since I've been at a company willing to actually employ someone in that roll. They require that their most senior engineers be focused on writing code themselves, at the expense of the team and skill-building necessary for quality software.

Instead we get bullshit like "team topologies" or frameworks that are more about how the company wants to manage teams than they are about how well the software works. We get "design documents" that are considered more important than working code. Even the senior engineers that are around aren't allowed to say "no" if it is going to interfere with some junior project manager's imagined deadline.

Software companies are penny-wise and pound foolish, resulting in shittastic spaghetti messes with microservice meatballs.

No: I've been at plenty of places where we get to continuous deployment, where any given change is deployed on demand.

What is wild is that they are deploying without first testing in a staging environment.

I have seen issues like that. Rebooting has always fixed it, but it is notable.

I really wish they would hire a strong frontend team. I can almost always figure out what happened just from the signal, and it's usually a state machine getting stuck. Which I have some sympathy for, but also you just can't have that happen in something that is going to feel polished and responsive.

HP did write their own operating system: HP RTE. It wasn't until decades later, after the platform became commodified and they stopped designing their own chips, that they went with someone else's.

And of course, Microsoft made their own cards back in the day, and they still make the XBox as integrated hardware.

This technology is way too early for commodification. Right now, Rivian is a data play.

Their platform means they have consistency other providers don't have. They have data from the existing trucks on the road, and they'll roll out these sensors long before they roll out self-driving. Cleverly they've also pitched these as "adventure" vehicles, which means they'll have some data from rarer situations, not just highways. Off-road performance, for example, will add anomalies that they can use to stress-test self-driving code. If a car could handle areas without roads, it is less likely to kill people if a mudslide happens. Or a shadow falls across the bridge.

It is nice to see a car company investing in a sensor platform that could actually safely self-drive.

It is unfortunate that the existing market participants seem hell-bent on destroying consumer confidence in self-driving before this will make it to market.

We desperately need a safety regimen for self-driving cars that takes it as seriously as airplane safety.

He is a pro-authoritian-control Democrat, so it is unsurprising that he is more worried about control of information than he is the Constitution. His background is in finance and his political goal is generally management of the country by a monied elite without particular oversight.

He was paid by Goldman Sachs to help Clinton get elected by raising massive amounts of money. During Obama's term he structured the DNC to be about his personal power rather than supporting Democrats across the country, costing Democrats the midterms. As mayor of Chicago he covered up a murder committed by a police officer and refused to comply with transparency laws.

On the other hand, this particular position is probably just part of the Israeli campaign against TikTok: Emanuel volunteered for the IDF and has long been an anti-Palestinian activist.

America has been subject to a thirty-year propaganda war by foreign actors.

Information in America is free as in speech, not free as in beer: money talks louder than truth. That has let billionaires unravel the stabilizing features adopted after the Great Depression that kept capitalism limping along for an extra century.

We aren't concerned only about existing addicts, but potential future addicts. Especially for something like social media with strong network effects, where decreasing use is non-linear.

Banning substances dramatically decreases use: https://link.springer.com/article/10.1007/s00414-015-1184-4 and legalized opioids dramatically increased heroin use: https://www.tandfonline.com/doi/abs/10.3109/15360288.2015.10... Access matters.

The question is always: A. What do people use instead? (banning pot, for example, increases use of heroin and alcohol, which is good for alcohol companies but bad for public health. If banning social media sent kids to 24/7 news channels, it might not help, but I haven't seen evidence of that.) B. How much is organized crime funded by the increased black market? (In this case, kids are a limited population that doesn't have a lot of money, so the answer is probably "not much".)

Do you have evidence that it hurts elsewhere?

It isn't like the left was doing well in rural America before social media: people in the urban cores just didn't know what was going on there, and they didn't know what was going on the urban cores. But when I was growing up, people thought Bill Clinton was a communist in league with Castro.

The toxic impact of Fox News is longitudinal, rather than being about a single election, and mostly acts by pushing conservative parties to the far right: https://www.brookings.edu/articles/fox-news-incomparable-rol...

There are other ways for money to impact politics beyond individual general elections. As well as funding community organizing and creating long-term propaganda, it's much easier to impact ballot initiatives (paid signature gathering works, for example, where paid canvassers don't.)

Which is why parliamentary systems are so much more stable than first-past-the-post.

They let voters express their preferences, and leave building the coalitions up to the politicians. Instead of expecting voters to understand that their preferences are expressed during the primaries, and the general election is just to pick which coalition wins.

It is crazy that no one in America is promoting a Constitutional amendment to fix the basic governance.

I don't think we've shown that that cleanup is possible.

Whenever platforms have taken even the smallest steps in that direction, the right-wing authoritarian political parties freak out and blackmail them into stopping, or in the case of Musk simply buy them out outright.