HN user

gosub

1,013 karma
Posts22
Comments280
View on HN
giampaolo.guiducci.it 4mo ago

Boot, Prompt, Run: what happens to personal computing when sw writes itself

gosub
2pts0
monoskop.org 7mo ago

Composing with Tape Recorders – Musique Concrete for Beginners (1971) [pdf]

gosub
3pts0
eviecottrell.com 4y ago

Maximising My Rejections

gosub
1pts1
mlabonne.github.io 4y ago

Create a Bot to Find Diamonds in Minecraft

gosub
54pts8
web.archive.org 6y ago

Quantum Computing Explained (2017)

gosub
2pts0
incredible.pm 8y ago

The Incredible Proof Machine (2016)

gosub
1pts0
bactra.org 9y ago

So you think you have a power law

gosub
1pts0
perl6advent.wordpress.com 9y ago

Perl 6 Advent Calendar 2016

gosub
3pts0
www.youtube.com 9y ago

What Events Lurk Inside the Wave Function? By Sean Carroll [video]

gosub
5pts0
www.nss.org 9y ago

The Colonization of Space, by Gerard K. O'Neill

gosub
6pts1
en.wikipedia.org 10y ago

Digital sundial

gosub
2pts0
news.ycombinator.com 10y ago

Ask HN: Do we have a package manager problem?

gosub
2pts4
www.youtube.com 11y ago

7 Minutes of Pharo Smalltalk for Rubyists

gosub
2pts0
arxiv.org 11y ago

The symmetry and simplicity of the laws of physics and the Higgs boson

gosub
5pts0
www.youtube.com 11y ago

Telescope Making [video]

gosub
13pts1
www.plosone.org 12y ago

Water Filtration Using Plant Xylem

gosub
2pts0
nic.ferrier.me.uk 12y ago

Hatching a plan to add namespaces to EmacsLisp

gosub
1pts0
www.youtube.com 13y ago

Building Brains to Understand the World's Data - Jeff Hawkins [video]

gosub
8pts1
video.mit.edu 13y ago

Gerald Sussman - An Electrical Engineering View of a Mechanical Watch (2003)

gosub
58pts8
www.aaronsw.com 13y ago

A Moment Before Dying

gosub
202pts20
www.engadget.com 14y ago

A $149 ARM laptop that looks like a MacBook Air (and runs Android)

gosub
25pts28
www.wolfram.com 15y ago

Wolfram Mathematica 8 released

gosub
2pts0
  Location: Rome, Italy (UTC+1)
  Remote: Yes
  Willing to relocate: Maybe (depending on destination)
  Technologies: Lisp, Python, Linux, DevSecOps
  Résumé/CV: https://github.com/gosub/cv/releases/latest
  Email: giampaolo.guiducci@gmail.com
  GitHub: https://github.com/gosub
cv: https://github.com/gosub/cv/releases/latest

gh: https://github.com/gosub

I’m a Cybersecurity Architect currently focused on large-scale security platform design and DevSecOps integrations for enterprise (SAST/DAST/SCA, CI/CD automation, secure toolchain orchestration). After many years consulting and building security capabilities, I want to go back to creating things with computers, software, and AI, not just securing them. I love lisp, emacs, functional programming, programming languages and GOFAI.

my strategy would be diversification: link + archive.org + archive.is + local copy + github/gitlab copy

worrying about linkrot, some years ago I wrote a little local webserver that took a link via a bookmarklet and saved a page in multiple formats:

    - html with wget -archive | tar.gz
    - pdf with wkhtmltopdf
    - txt with links
    - png with firefox --screenshot

If any mainstream unix-like OS kept the promise that "everything is a file" (like Plan9), adding a secondary monitor from another pc could be easy like:

    mount /dev/screen2 user@remotehost:/dev/screen1

I hope RMS is safe, and that someone finds a way to let us all help him, in any meaningful way.

The most disgusting thing is that whose who witch-hunted him, from their higher moral ground, will face no consequences at all.

You should take a look at Reaper. It has macros, total reconfigurability and deep scripting. It's the emacs of the DAW world.

I don't know if a mechical/automatic process is possible, but it works for haskell and python packages from Hackage and PyPI.

nix packages are not exactly packages, as in rpm or deb files, they are expressions in a functional language (think build recipes). there is a central repository of recipes on github: https://github.com/NixOS/nixpkgs/tree/master/pkgs

but you can make your own, and eventually make a pull request. They are more similar to Arch's PKGBUILDs. Packages in the central repository are constantly built by a continuos built process (http://nixos.org/hydra/), that works both as a binary cache and as a testing system. This is an expression I wrote to install SuperCollider plugins https://gist.github.com/gosub/a42e265ec38d9df203d6 using the Arch PKGBUILD as a reference https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=sc3-p...