Hacker Newsnew | past | comments | ask | show | jobs | submit | silb's commentslogin

For IPv6, multiple addresses on an interface is the norm: an interface has both a public address from your ISP (replacing IPv4 NAT) and a unique local address (replacing stable IPv4 RFC 1918 LAN addresses).


Run Debian stable on both PCs. Have /home on ZFS and zfs-send it between the PCs.


It would be slow, no?


bifurcate


One step up from 'curl' and 'jq' is to only target modern browsers supporting Javascript ES6.

Just create a static HTML file and a script loaded as an ES6 module.

Use the Fetch API for obtaining data from your API. Obtain DOM elements using 'document.querySelector()'. Update the DOM using Javascript template literals (strings) and the 'Element.innerHTML' attribute.

For forms, just do a server side redirect after POST or respond with HTTP 201 or 204. Alternatively, add a Javascript submit event listener to the form and do the HTTP POST using a 'FormData' object and the Fetch API.

For authorization, either a catch all HTTP Basic Auth in the web server or a HTML login form to your API responding with a session cookie and a redirect.


A CLI tool for downloading the Java Specification Request (JSR) of a given Java package:

https://github.com/silb/jsrlib

I found downloading the JSRs manually too cumbersome.

It is acompanied by an Eclipse plugin that i never got around to publish on GitHub. It lets me right click a Java type in Eclipse and open its JSR PDF file.


The site became noisy by indie hackers creating products for other indie hackers and using the site for promoting their products.

There's also a community focus on less hackerish topics as paid newsletters and content products.

Also, the whole site is a bit sluggish, which may lead to less engagement in the discussions.


It essentially became Product Hunt 2.0 instead of focusing on its own niche.


Debian stable, Eclipse PDT, PHP 7.4 and Xdebug compiled from source.


My personal FreeBSD NAS running ZFS. Snapshots get sent to external disks that I rotate and store off site.

All machines write their backup archives to the NAS.

I haven't tested a full restore, but I do scrub ZFS on the drives.


For Java related projects we use to have Codehaus. But it it shut down [0] and the repos are now at Github [1].

[0] https://www.javaworld.com/article/2892227/open-source-tools/...

[1] https://github.com/codehaus

(edited: formatting)


The javac compiler has a new option "--release" which can compile against previous Java releases 6, 7 and 8. So the new JDK bundles parts of the previous releases.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: