HackerLangs
TopNewTrendsCommentsPastAskShowJobs

cbsks

no profile record

comments

cbsks
·w zeszłym miesiącu·discuss
No way! That’s incredible! I’ve been follow the story for the last few days and assumed he was gone. How long until it’s a movie?
cbsks
·2 miesiące temu·discuss
Amazing! Tristan’s entire website is a treasure. It’s a throwback to when the web was great.
cbsks
·2 miesiące temu·discuss
I mean not really. There is a FUSE implementation, but you need an enterprise account https://docs.lakefs.io/v1.60/reference/mount/

I’m not seeing a kernel module anywhere..
cbsks
·2 miesiące temu·discuss
Offline PWA sites are very limited on iOS. If you force close Safari, look at your phone funny, or don’t visit the site regularly, the cache is cleared and you are stuck at a loading screen until you have internet again.

That’s what forced me to finally bite the bullet and pay Apple yearly so I could develop an app for my friends and I to use. Would have much rather kept it as a PWA.
cbsks
·2 miesiące temu·discuss
The one takeaway I got from my engineering ethics class in college was that everyone has different morals. Debating if something is “moral” or not is useless. Education on a subject is useful, but once someone understands your point of view and still thinks it’s within/outside their morals, there’s nothing more to discuss.
cbsks
·3 miesiące temu·discuss
I have a laptop with a touchscreen that I regularly forget is a touchscreen until I accidentally touch it.
cbsks
·4 miesiące temu·discuss
Canonical source: https://bash-org-archive.com/?5775
cbsks
·4 miesiące temu·discuss
I really don’t want to work for the defense industry, but I have to admit that they do have very fun problems to solve. You know there are people at NRO who are dedicated to ship tracking via satellite. I assume they can easily track ships without cloud cover, but how do they do it when it’s cloudy? Heat signatures? Synthetic Aperture Radar? Wake detection?
cbsks
·4 miesiące temu·discuss
British Columbia, Canada
cbsks
·5 miesięcy temu·discuss
I’ve been using the Dygma Defy daily for over 2 years. Highly recommend.
cbsks
·5 miesięcy temu·discuss
That’s Simon’s goal. “All I’ve ever wanted from life is a genuinely great SVG vector illustration of a pelican riding a bicycle. My dastardly multi-year plan is to trick multiple AI labs into investing vast resources to cheat at my benchmark until I get one.”

https://simonwillison.net/2025/Nov/13/training-for-pelicans-...
cbsks
·5 miesięcy temu·discuss
“Let’s spend thousands of dollars on lawyers to avoid donating to a good cause”. Large corporations can be so ridiculous.
cbsks
·5 miesięcy temu·discuss
Wow. I had a visceral reaction to the “we’re being attacked!” clip. Haven’t heard that for a long time, but it still got my heart racing.
cbsks
·5 miesięcy temu·discuss
Looks like Firefox is immune.

This works by looking for web accessible resources that are provided by the extensions. For Chrome, these are are available in a webpage via the URL chrome-extension://[PACKAGE ID]/[PATH] https://developer.chrome.com/docs/extensions/reference/manif...

On Firefox, web accessible resources are available at "moz-extension://<extension-UUID>/myfile.png" <extension-UUID> is not your extension's ID. This ID is randomly generated for every browser instance. This prevents websites from fingerprinting a browser by examining the extensions it has installed. https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Web...
cbsks
·6 miesięcy temu·discuss
Nothing drives more creativity from me than a tool in need of a project.
cbsks
·6 miesięcy temu·discuss
Tesla’s “autosteer” is significantly more advanced than the “lane keeping” feature I’ve seen in rental cars, or my own 2023 Jeep. My understanding is that autosteer will actively keep the car centered in the middle of the lane, while the “lane keeping” I’ve experienced will only adjust the steering when you approach the lane edge, which pin balls you back and forth like a drunk driver.
cbsks
·6 miesięcy temu·discuss
My company has a policy limiting the number of high level execs traveling on a plane at a time. I wonder if plane manufacturers have similar restrictions. It’d be an ironic to for them to simultaneously assert that their planes are safe for the general public, and also believe the risk is too high for a planeload of their execs to fly in one.
cbsks
·6 miesięcy temu·discuss
On Linux, if the blocks are page aligned, you could use mremap(2) to swap blocks very efficiently without using any additional physical memory.
cbsks
·6 miesięcy temu·discuss
What’s the maximum range to your phone to get notifications? I’ve been trying to cut back on my reflex to look at my phone every few minutes. It’d be great if I could keep my phone on a charging stand and be able to walk around my house and still get notifications.
cbsks
·7 miesięcy temu·discuss
Linux on top of a hypervisor. There are several companies providing hypervisors, including the one I work at, so my experience is biased.