HackerLangs
TopNewTrendsCommentsPastAskShowJobs

orthogonal_cube

130 karmajoined vor 5 Monaten

Submissions

Remote Work Leaves Younger Workers Sidelined

libertystreeteconomics.newyorkfed.org
1 points·by orthogonal_cube·letzten Monat·1 comments

comments

orthogonal_cube
·vorgestern·discuss
Was this by chance inspired by a previous submission (now defunct) that had a similar premise?

https://news.ycombinator.com/item?id=40536488

Edit: I believe it was transferred to a new domain at https://wordnerd.co/
orthogonal_cube
·vor 8 Tagen·discuss
$240/yr in software subscriptions but likely far more than that by selling the extra metadata they can extract from the service
orthogonal_cube
·vor 23 Tagen·discuss
Are Ubiquiti products commonplace for companies that contract with the US government outside of the DoD/DoW?

Since DoD/DoW generally requires STIG compliance, and none authored are for any specific Ubiquiti product, we can cross that off the list. Sure they can get exceptions or use a more generalized STIG but stakeholders generally have pre-defined limitations on what they will and will not allow on networks they sponsor.
orthogonal_cube
·vor 24 Tagen·discuss
It was fun exploring this to make a native-shell-only peer-to-peer file transfer utility at work for some automation scripts. At least, it was until trying to replicate it in Powershell was somehow triggering Crowdstrike and the corporate Cybersecurity team thought I was writing malware.
orthogonal_cube
·letzten Monat·discuss
This is not uncommon when becoming disillusioned with something that has been hyped up and forced upon you for an extended period.

The fatigue of the product (and sting of false promises) causes the negatives to overshadow anything positive to say.
orthogonal_cube
·letzten Monat·discuss
I find this study interesting but wonder if the wording is specifically done to cause some sensationalism.

> However, there is a twist: for positions on distributed teams, the firm consistently hired more experienced workers, even after reopening. This divergence suggests that the firm’s hiring decisions were influenced by the complications of remote work rather than other macroeconomic trends.

They don’t consider (almost intentionally) that remote positions don’t have the same restrictions as in-person positions. Anyone meeting desired qualifications can be considered for a remote position. Only people willing to relocate to, or already live near, a target office and meet the qualifications can be considered for an in-person job. Remote positions therefore are likely to be more competitive and difficult for inexperienced candidates because the pool of candidates is far larger. The hiring manager is incentivized to pick the person they believe will contribute the most for the amount they’re willing to pay.

The findings about mentorship in-person may be true but it is strange to put that as the deciding reason. There are no details provided over how “quality” is quantified nor decided. Selecting a sample size of one firm to analyze in detail without looking at others to confirm this feels very flawed.
orthogonal_cube
·vor 2 Monaten·discuss
I miss working at a place which allowed this.

Some employers get tangled up in just the legal review process.

Once I asked permission to submit a patch to a project and it had quite an interesting email trail. It came down to a single question: if the patch was written during hours billed to a customer for the purpose of fixing a bug in a deliverable product, and the library being patched had to be recompiled and delivered with the source code, and the contract states that all work and intellectual property associated to the product would be transferred to the customer, do we have authority to release the patch in the public domain?

Legal didn’t want to answer it.
orthogonal_cube
·vor 2 Monaten·discuss
I frequently reference this exact meme to people whenever someone complains about complicated or difficult-to-write code. Now that’s you’ve made this project I suppose we have zero room to complain anymore!
orthogonal_cube
·vor 2 Monaten·discuss
Dang, haven’t read much on Julia as of late. I remember using it for a CS 300-level course around 2016 when learning about tokenizing and parsing as part of language fundamentals. Julia has undoubtedly made some significant performance improvements since then. Would love to see a follow-up that explores what, if anything, from this still holds true and what improvements can be made.
orthogonal_cube
·vor 2 Monaten·discuss
To answer the first question, a number of veteran independent researchers probably wouldn’t have touched such a system. Plenty of companies will send their lawyers after you if you tell them that you’ve discovered a vulnerability of some sort and wish to responsibly disclose. Even if you do things in good faith, the company has zero reason to assume the best from you and can hold a sword over your head by citing poorly-written laws that lean in their favor regarding computer fraud and abuse.

DoD does appear to offer a “Defense Industrial Base - Vulnerability Disclosure Program” for all public-facing DoD/DoW systems.[1] However, this might not include contractor-controlled assets or services. I cannot view the HackerOne page that it redirects to (login is required) to view more details.

[1]: https://www.dc3.mil/Missions/Vulnerability-Disclosure/DIB-Vu...
orthogonal_cube
·vor 3 Monaten·discuss
Honestly I’m surprised this wasn’t already a feature in macOS. Thank you for coding it and publishing as open-source!
orthogonal_cube
·vor 3 Monaten·discuss
SQLite did decently well but I think they should’ve done an additional benchmark with the database loaded completely into memory.

Since they’re using Go to accept requests and forwarding them to their SQLite connection, it may have been worthwhile to produce the same interface with Rust to demonstrate whether or not SQLite itself was hitting its performance limit or if Go had some hand in that.

Other than that, it’s a good demonstration of how a custom solution for a lightweight task can pay off. Keep it simple but don’t reinvent the wheel if the needs are very general.
orthogonal_cube
·vor 3 Monaten·discuss
Seems the installers hosted by them are fine. The links on the site have been changed to direct people towards Cloudflare R2 storage with various copies of malicious executables.

Looking forward to information down the line on how this came about.
orthogonal_cube
·vor 4 Monaten·discuss
That’s the ironic part.

Plenty of consumer-grade devices have had very lax security settings or backdoors baked in for purposes of “troubleshooting” and recovery assistance. It’s never been limited to foreign-made devices.

Security has never been part of the review process. The only time any agency has really cared is when encryption is involved, and that’s just been the FBI wanting it to be neutered so they can have their own backdoors.
orthogonal_cube
·vor 4 Monaten·discuss
> Why does it ask a yes-no question if it isn’t prepared to take “no” as an answer?

Because it doesn’t actually understand what a yes-no question is.
orthogonal_cube
·vor 4 Monaten·discuss
> even configuring servers is easier with Claude

To what extent is Claude configuring these servers? Is this baremetal deployment with OS configuration and service management? Or is it abstracted by defining Terraform files to use pre-created images offered by a hosting service?
orthogonal_cube
·vor 4 Monaten·discuss
Ha, well I’m not on the spectrum but ADHD does have some overlap here and there.
orthogonal_cube
·vor 4 Monaten·discuss
> Good writing doesn't have mad tangents anyway, there should be a flow and natural transition.

In general, yes. Technical documents, research reports, news articles, and other formal publications should follow this.

Anything else which allows a bit more freedom in expression? I’d say it’s a matter of taste.
orthogonal_cube
·vor 4 Monaten·discuss
> The stigma comes from people being lazy and letting the AI do the heavy lifting of thinking.

This is essentially my point. The AI emits an answer and people will, in turn, copy and paste the result as-is. It’s a repeat all over again of people simply copy-pasting something from Wikipedia and trying to pass it off as their own.
orthogonal_cube
·vor 4 Monaten·discuss
I couldn’t tell. I struggle with such subtleties.

I probably should’ve checked ‘454545’ in the ascii table. Seeing how it translates to ‘---‘ could’ve hinted towards that, but the clever use probably would’ve been applauded instead without thinking it was a joke.

Ah well. Egg on my face I suppose.