Readit News logoReadit News
devmunchies commented on The blissful Zen of a good side project   joshcollinsworth.com/blog... · Posted by u/ingve
devmunchies · 5 months ago
Related to the "blissful" feeling, an under emphasized criteria when choosing current tasks for engineers from a backlog of tasks is which feature are they more excited to work on right now.

The motiviation and tinkering can be similar to a side project, and results in higher quality work IMO. Obviously there are urgent tasks, but it's an ignored vector in the "weighting system" for choosing work for engineers.

If you wait to assign the task in the next sprint, the excitement for that particular task might be gone.

devmunchies commented on Everyone at NSF overseeing the Platforms for Wireless Experimentation is gone   discuss.systems/@ricci/11... · Posted by u/luu
pjc50 · 6 months ago
You didn't say that, but you're supporting the guys who did.
devmunchies · 6 months ago
This is the first thread ive commented on since trump was inaugurated and it’s sad to see HN has turned into Reddit.

emotionally charged, bad faith assumptions at the smallest whiff of independent thought.

devmunchies commented on Everyone at NSF overseeing the Platforms for Wireless Experimentation is gone   discuss.systems/@ricci/11... · Posted by u/luu
panzagl · 6 months ago
You do realize PARC and Bell Labs are long gone, right?
devmunchies · 6 months ago
But the memories will live on in our hearts.
devmunchies commented on Everyone at NSF overseeing the Platforms for Wireless Experimentation is gone   discuss.systems/@ricci/11... · Posted by u/luu
only-one1701 · 6 months ago
Oh my god dude, who do you think is the major subsidizer of private industry research?
devmunchies · 6 months ago
I didn’t say I was in favor of axing all govt positions and grants, dude.
devmunchies commented on Everyone at NSF overseeing the Platforms for Wireless Experimentation is gone   discuss.systems/@ricci/11... · Posted by u/luu
rossjudson · 6 months ago
Just like in healthcare, right? Where we are lucky the private industry has created...oh wait, most expensive healthcare system in the world, doesn't cover a third of the population, doesn't even crack the top ten in outcomes.
devmunchies · 6 months ago
The regulators ain’t regulating. That’s their main job, not innovation.
devmunchies commented on Everyone at NSF overseeing the Platforms for Wireless Experimentation is gone   discuss.systems/@ricci/11... · Posted by u/luu
dqv · 6 months ago
Interesting approach to competing with China on wireless technology. I would have thought the US having a competitive edge over China in terms of research and development would be important to Republicans.
devmunchies · 6 months ago
The federal govt can’t be the majority of technological innovation. If we’re lucky this vacuum will be filled by an even larger private sector innovation hub like Xerox park and bell labs.
devmunchies commented on JPMorgan Workers Ponder Union in Wake of Return-to-Office Mandate   barrons.com/articles/jpmo... · Posted by u/yesthis
999900000999 · 8 months ago
I dislike RTO for one simple reason .

I'm not at work to make friends, I'm not at work to chit chat. I'm not at work so we can talk about who won the last football game .

I go to work in exchange for currency, which is required to acquire goods and services. All this other crap, all these holiday parties, all of this let's dance in diversity videos, no that's not what I'm here for .

Most of the time coming to the office actually adds a bunch of unnecessary crap that is completely unneeded. If you can't get your job done remotely, what's the stop you from also slacking off in the office. I have to go back to the office for a while last year times were hard and I didn't have another option .

We're just talking to each other, shooting the s**, and it was cool to meet some Junior Devs who were just starting their career. But none of that made me a more productive worker.

If I had to think, I imagine the entire point of RTO mandates is to keep cities sustainable.

If every single office job went remote, what's the point of a city like New York. Who's going to willingly pay $6,000 for an apartment, ride the trains for over an hour a day, if you can just sit at home in a much cheaper city .

However, to quote a famous philosopher, it's a big club and you ain't in it. The powers that be one as many people in office chairs as possible, so they're real estate holdings appreciate in value.

Billy Bob's bagels also benefits from this, although I'd imagine he's not able to have the same amount of pool as the real estate titans

devmunchies · 8 months ago
> I imagine the entire point of RTO mandates is to keep cities sustainable.

The main important factor IMO is mentorship of junior talent. (I'm speaking for technical orgs)

Viewing the organization as a living organism where an employee is a "cell", then there are material benefits in the "cellular replication" of talent and rejuvenation of the next generation.

It can definitely be true that RTO is worse for an individual engineer but better for the health of the organization long-term. Both can be true.

In my experience, remote only companies tend to prefer a higher ratio of senior employees for this reason. It's plug-an-play.

devmunchies commented on China is the manufacturing superpower   cepr.org/voxeu/columns/ch... · Posted by u/luu
Animats · 8 months ago
The US can't even make cell phones any more.

What would it take to get that capability back?

devmunchies · 8 months ago
I think it's less capability and more the cost of goods. You can't compete with items that are half the cost to produce in east asia.

Manufacturing was always going to move to where it costs less.

It's bad for a productive american economy but it's a prisoner's dilemma so you can't blame businesses or consumers.

The government is the only party that had the power to do anything. it's 100% an economics problem.

devmunchies commented on 8 months of OCaml after 8 years of Haskell in production (2023)   chshersh.com/blog/2023-12... · Posted by u/droideqa
hedora · 9 months ago
I tried that about 10 years ago and spent 2 hours trying to open some files under Linux.

Then I gave up. Have things improved?

devmunchies · 9 months ago
I didn't use it 10 years ago but I've been using it for the last 4 years on mac and linux exclusively.

Microsoft seems to be prioritizing "cloud" on all their developer products (rather than just windows). I don't feel disadvantaged by NOT using dotnet on windows.

devmunchies commented on 8 months of OCaml after 8 years of Haskell in production (2023)   chshersh.com/blog/2023-12... · Posted by u/droideqa
yazzku · 9 months ago
Missing from this post: string_of_int, int_of_string, +, +., etc. That alone is a massive turn-off for me, I'd rather write C at that point. Any modern language necessitates some kind of polymorphism and make user-defined types feel like first-class citizens.
devmunchies · 9 months ago
> string_of_int, int_of_string

That didn't bother me so much because i speak spanish and can read french. OCaml is of french origin. `string_of_int` is a bad english translation—should have been `string_from_int`.

I like F# where I can use the `int` or `string` functions:

    let myString = "2024"
    let myInt = int myString
    let myStringAgain = string myInt

u/devmunchies

KarmaCake day3578October 6, 2016
About
Growth Engineer, Indie Hacker. Currently @Roblox
View Original