HackerTrans
TopNewTrendsCommentsPastAskShowJobs

biosboiii

no profile record

Submissions

Show HN: Merkle Casino – Random CT Domains

merkle.altayakkus.dev
2 points·by biosboiii·5 miesięcy temu·0 comments

Show HN: Partial content web crawling using HTTP/2 and Go

altayakkus.substack.com
5 points·by biosboiii·6 miesięcy temu·0 comments

You wouldn't download an AI – Stealing mobile AI models with Frida

altayakkus.substack.com
5 points·by biosboiii·2 lata temu·0 comments

comments

biosboiii
·w zeszłym miesiącu·discuss
There are agencies in Germany where you can buy review removals in a web shop for like 50 euros per review.

You just have to link the review and they will send Google a legal document to delete it.
biosboiii
·w zeszłym miesiącu·discuss
I guess this is a great report, but the parallax landing page shenanigans disrupt my reading flow, you cannot easily scroll back to get a overview of the key facts, so I stopped.
biosboiii
·2 miesiące temu·discuss
I love GeoJSON :) You can bring any Geo/GIS from 0 to visualization by just parsing it into GeoJSON.

geojson.io is a great editor/viewer by Mapbox. Also https://kepler.gl/demo is great for additional filtering, visualizations like heatmaps, arcs etc.

A extension to GeoJSON that works with JSONL-like semantics would be great for huge files, but this could also be solved by tiling.
biosboiii
·2 miesiące temu·discuss
fyi: modern vehicles are required to have a e(mergency)Call function (UNECE UN-R 144), therefore all of these cars have a modem with a unique IMEI (that is typically bound to a VIN), therefore you can track the movements of every car pretty precisely.

Disabling the eCall is not possible, and doing so (in the EU) would void your car's registration.
biosboiii
·2 miesiące temu·discuss
after 2+ years of non-engineers vibecoding applications, show me one startup/app without devs.
biosboiii
·2 miesiące temu·discuss
TIL: Generally all plastics exposed to UV start to photodegrade. If you google why old computers turn particularly yellow most sources point to bromine-based flame retardant agents in the plastic, but some people make a convincing case[1] that ABS just naturally turns yellow in UV light.

Not much real research into that topic, interestingly.

[1] https://medium.com/@pueojit/a-look-into-the-yellowing-and-de...
biosboiii
·2 miesiące temu·discuss
I find it interesting that TI still seems to use custom ASIC chips for their calculators.

Any MCU out of their portfolio should be fully capable of driving the display, reading the keyboard. And the math should be lightweight for even the smallest processors nowadays.
biosboiii
·2 miesiące temu·discuss
Holy slop.

Not only is the README.md largely written by a LLM (:emoji: :emoji:), the repo does not contain a single folder but 25 files (.py, .csproj, .png ...) , many of them 0 bytes.
biosboiii
·3 miesiące temu·discuss
they should finetune the LLMs with this
biosboiii
·3 miesiące temu·discuss
Tor on Chromium, when?

Seriously, I am saddened that Chromium dominates the browser market as much as it does, but at this point the herd-immunity of Chromium is necessary to keep users safe.
biosboiii
·6 miesięcy temu·discuss
This feels a lot like X/Twitter nowadays lmao
biosboiii
·10 miesięcy temu·discuss
The most interesting takeaway from this project and the Mac touchpad actually measuring it's pressure in grams[1] is how Apple seems to prioritise it's ability to deliver new features in later software releases rather than their BOM.

I work in the automotive industry, and for volume products the price-cutting is really brutal. If you can save a cent somewhere you will, because that cent multiplied by 8 million cars a year is a sizeable amount of money.

This seems to be generally true for most OEMs of hardware products, but not for Apple. Apple could have cut costs by just using a magnet and a reed switch/hall effect sensor, because it is not using the exact angle of the screen anyway (afaik?), but they chose not to.

They could have implemented their "3d Touch" by using a simpler circuit which just indicates if the press was really hard or soft. But again they chose not too.

And they sell over 20 million Macs per year, so they really sacrifice a sizeable amount of profit

[1] https://news.ycombinator.com/item?id=44635808
biosboiii
·11 miesięcy temu·discuss
What is a cocaine-fueled "amusement park" to Silicon Valley techbros is another humans hell. I look forward to you guys joining it.

>I no longer love blue skies. In fact, I now prefer grey skies. The drones do not fly when the skies are grey.

>When the skies brighten, though, the drones return, and so too does the fear.

Zubair, 13 yrs old https://www.theatlantic.com/politics/2013/10/saddest-words-c...
biosboiii
·11 miesięcy temu·discuss
Also crashes my MacOS Sequoia 15.3.1 Preview App :) https://gist.github.com/AltayAkkus/524acec2b16d4536af0fcee2f...
biosboiii
·11 miesięcy temu·discuss
Great work!

I was working on something similiar, using ReVanced(1) Framework, which allows you to distribute fuzzy tweaks to regular APKs with their ReVanced Manager(2) which can persist multiple version updates.

They have their own DSL (3), kinda.

My target was Instagram Reels, I did not come that far with JADX in finding the appropriate methods/attributes to overwrite because I kept getting stuck scrolling reels on my Android Emulator.

Novel obfuscation technique by Meta :/

(1) https://github.com/revanced

(2) https://github.com/revanced/revanced-manager

(3) https://github.com/ReVanced/revanced-patcher/blob/main/docs/...
biosboiii
·11 miesięcy temu·discuss
I dislike tech monopolies but Chrome leaving Google would be most terrible thing ever, security wise.

Google has become the benevolent dictator of the web, if you like it or not. We get secure browsers, performance improvements, stable implementations at the cost of one bad feature being shipped a year (like Manifest V3).

Mozilla/FOSS community has fucked up Firefox, big time, which is not even their fault as they cannot hire thousands of six-figure developers.
biosboiii
·11 miesięcy temu·discuss
difficulty level: google search
biosboiii
·12 miesięcy temu·discuss
2075 HN: Ask HN: Any active Java devs here? What LLM do you use?
biosboiii
·w zeszłym roku·discuss
I am sorry but this is insane cope, Amazon is still on-top everywhere, also in Europe.
biosboiii
·2 lata temu·discuss
As a reverse-engineer tinkering with iOS this reminded me of some system apps.

E.g. in the app store you click a button, send a request, receive the response which contains a xml-like structure describing the UI mutation to your action.

<Alert>

   <Header>iTunes Login</Header>

   <Body>We could not find a user with those credentials.</Body>
</Alert>

type stuff.