HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sharklazer

no profile record

comments

sharklazer
·4 ปีที่แล้ว·discuss
Even bigger, most of the buildings are highly leveraged. There literally is no incentive unless the mortgages can be restructured, as the ultimate prices will be forwarded to the renter.

Everyone’s underwater a there isn’t a good solution without massive price decrease (crash) or commercial space demand re-invigorates.
sharklazer
·4 ปีที่แล้ว·discuss
My belief is that the “trip” is us being able to observe more about our brains than we typically access. My personal experience indicates to me that the “trip” is removing filtering processes the brain uses to remove noise and irrelevant information to the task at hand. When in a “trip” then, it’s more like we are seeing what our brain sees—the things that appear auditorilly and visually are due to neural circuits overfitting and subsequently not being able to filter the misreads and “extra data”.

I’ve always thought of it like a self-diagnostic mode/tool where we get exposed to debug data that our brain normally would filter out.
sharklazer
·4 ปีที่แล้ว·discuss
I’ve had several bad trips in my life. I think they are the most impactful and clarifying. Uncomfortable for sure. Good trips let me know I’m comfortable with myself. Bad trips usually lead to uncovering or bringing to the front things that need to be addressed in my life.
sharklazer
·4 ปีที่แล้ว·discuss
Yeah. I got lost at JS. Buffers and buffer manipulation are everything in audio processing, I don’t see anything stealing C/C++’s thunder here except Rust.
sharklazer
·4 ปีที่แล้ว·discuss
Right. More than that, you get NDAs signed before the meeting. I’ve never known this to not be standard practice. At least when the person you’re talking to doesn’t have a greater leverage in the meeting—but then you naturally restrict what you say under such a circumstance. This sounds like childish behavior on the part of Apple, but honestly when I’ve never been able to change the snooze time on the alarm app, that is what I expect. If I were CD Baby, I would have never gone back to that, as long term you’ve got greater leverage when all the competitors are getting access. In fact, I would have doubled down and paid developers to start working on iPod compatibility for the competitors.
sharklazer
·4 ปีที่แล้ว·discuss
No, not really. If your calls time out, ping the status server. Done.

It sounds more like laziness than complication to me. But that typifies Slack dev culture—“just use duct tape”
sharklazer
·5 ปีที่แล้ว·discuss
Fair enough. I made an assumption, most stuff gets funded by grants directly or indirectly.

On the paper note. Thanks for the link, couldn’t seem to find it... I was genuinely curious about how network theory changed the results, more than “made them better”
sharklazer
·5 ปีที่แล้ว·discuss
This required grant money to study? I’m not sure what the payoff is here. Or maybe it was simply that... a payoff.

If the article is going to claim that social networks have a huge influence on the mechanics of the game of naming, they should at least seek to explain how. All I got from the text was “We tried it and it just worked”.
sharklazer
·5 ปีที่แล้ว·discuss
Actually... it probably does. Look at the respective increase in NatGas consumption as California closes things down. Renewables can only do so much.
sharklazer
·5 ปีที่แล้ว·discuss
I deal with this every day. Personal fully controlled server. I don’t conduct business over this server, have only one email, a personal email, associated with it.
sharklazer
·5 ปีที่แล้ว·discuss
Having run my own email for the last two years, this is the number one problem I encounter. Somehow every official step published in terms of standards for securing email servers is not enough to appease large provider such that they’ll deliver your mail and not relegate it to spam.
sharklazer
·5 ปีที่แล้ว·discuss
Understood. I was going to delete it... then it got flagged. No excuse.
sharklazer
·5 ปีที่แล้ว·discuss
[flagged]
sharklazer
·5 ปีที่แล้ว·discuss
Fact checking has only become a PR management tactic that arrived in the 2000's, only as the cost of sharing your mind rapidly became zero. Before the widespread adoption of the internet, you were limited to broadcast and print. You could pay for a license from the FCC, or license a station with cable or go and print and distribute your text. Very little incentive for non-commercial work and certainly no avenue for simply anybody to say anything in a way that can spread easily.
sharklazer
·5 ปีที่แล้ว·discuss
Thanks, I guess I missed it. Too many things going on in this modern world to have a complete picture.
sharklazer
·5 ปีที่แล้ว·discuss
Yes, local only as far as I understand. But how many additional steps does it take to turn the process into CSAM scanning? It looks really close, even without squinting. Caveat that I have no certain info though.
sharklazer
·5 ปีที่แล้ว·discuss
Well, their gonna push it at some point. Do you think they’ll tell you when they do, given the backlash.

Tell you what, put up 20k USD and I’ll go through the formal process of verifying binaries and whatnot. Otherwise, I think my “feeling” still contributes to the discussion. I don’t need to put in 200 hours to prove something I’m not misrepresenting as fact.

CSAM scanning will come. Apple probably won’t tell you.
sharklazer
·5 ปีที่แล้ว·discuss
I have a feeling it already came in 15.2. They are scanning texts for “nudity” in images. Not that they are the same thing. Or being used in the same way. But I have a feeling CSAM scanning just needs it’s flag turned on to work.

https://petapixel.com/2021/12/13/apple-to-release-nudity-det...
sharklazer
·5 ปีที่แล้ว·discuss
In 15.2, they are scanning text messages for “nudity”. Oddly, no post here on HN about that.

My guess is it’s already quietly pushed, but the flag needs turned on.

https://petapixel.com/2021/12/13/apple-to-release-nudity-det...
sharklazer
·5 ปีที่แล้ว·discuss
Oddly, I’ve written my own decompiler stack from scratch for ARM thumb to “dumb” C for embedded systems, based on radare2. I looked at all the existing tooling and said “That would make sense in a professional capacity” before this change. But this is a little ridiculous, given how easy it is to write decompilation and reveng tooling, if you’ve got some compiler know-how and you’re willing to read manuals for those tricky details.

Also, just to be clear, my tooling only really covered what I needed. It was pretty crude. But amazingly simple to stitches together aside from a few gotchas.