HackerTrans
TopNewTrendsCommentsPastAskShowJobs

4fips

no profile record

comments

4fips
·9 माह पहले·discuss
Yeah, I was waiting for the DS1525+, but after it was announced and the HD restrictions were confirmed, I eventually decided to buy the DS1522+ instead.
4fips
·11 माह पहले·discuss
The only browser bookmark I use is:

    javascript:window.prompt("Title + URL:",document.title+"\n"+document.URL);
Which when clicked, opens an alert with 2 lines like this:

    Bookmarks.txt is a concept of keeping URLs in plain text files | Hacker News
    https://news.ycombinator.com/item?id=45047572
I then paste this into my bookmarks.txt and have a simple text editor script to perform fuzzy searching on it and open a web browser tab with the found URL.
4fips
·2 वर्ष पहले·discuss
The initial version of my online Numeric Base Converter (https://apps.4fips.com/nubco/) was done in a day, mostly to try out Rust + egui. The app hasn't changed much since then, and I no longer have to search for some random online converter when I need one :)