Hacker News new | past | comments | ask | show | jobs | submit | sabrehagen's comments login

I want to update 20+ submodules every day, ensuring i'm always at the tip of all submodules.


    git submodule foreach ………
Or is there something I missed?


What program was used to create the slides?


In my understanding, Cliff wasn't finding something that fit the purpose well, so he wrote his own, just for this.


I came to ask the same question after watching the video the other day, they were lovely.


You referred to 'QR + CV + HTTPS system'. Is there more to the CV component than taking a photo?


Yes, there's more to it than just reading the QR code. As mentioned above, I don't think it's a very defensible tech differentiator right now (lots of better-funded cybersecurity companies out there), but in summary, the phone sees stuff on the screen other than the QR code.


I automated my desktop environment configuration using Docker containers. I'm able to go from a headless tty to perfectly tailored desktop environment in ~2.5 seconds. First time start requires a ~40 min build, byut thereafter ~2.5s to start afresh. https://github.com/sabrehagen/desktop-environment

I did the same think for my production application environment. One command to go from no infrastructure to production grade cloud application deployment. https://github.com/cloud-computer/cloud-computer


I have done this[0] to varying extents for different distros, though I've been distrohopping a lot lately and the scripts haven't quite caught up. I have a similar set of scripts used to provision workstations and servers in my lab.

I find that having a fully automated setup makes tech problems much less stressful. If something breaks, I can just re-install the system from scratch and be up and running again in an hour or two. It also makes changing hard drives or setting up a new machines very straightforward.

0 - https://git.sr.ht/~charles/provisioning


Aaah, that’s the dream! The best part of Linux workstation is setting it up perfectly, in a way that completely blows away everything else on your personal workflows. And the worst part is doing it again.

I use mostly macOS now but I’ve been thinking about using my desktop for work now that WFH and all that, so I need to embark on the Linux journey and this looks like a great starting point.

I did try Nix once but it was hard to love.

Edit: and hey you package Notion :)


That's pretty interesting! I'm also using a CI-built Docker image add my development environment. But this one is less ambitious than yours by being CLI-only

https://bergie.iki.fi/blog/docker-developer-shell/


I don’t mean to sound snarky, but why? Is this for your personal desktop or something else?


My personal desktop. For repeatability.


That's remarkable! I don't think I've seen anyone else even try to run X itself in docker. Thanks for sharing:)


Does this mean your entire desktop environment is a Docker container? Or are you using the docker container to setup on the host?


No, not on the host. The containers run on the host and provide the environment. They are isolated from the host.


This is really cool, thanks for sharing. Very elegant.


I've been searching for this for almost a year... https://www.reddit.com/r/unixporn/comments/ers1b0/vimium_for...


I came here to express the same sentiment, expecting to be an outlier. The overwhelming response is my perspective. I'm glad it's not just me who wonders "who writes this sh*t".

"in their own tubes live other sleepless flies, animated with the calm persistence of those consigned to eternal day." - This hurts my head. This author does not understand communication.


If someone could make Windows applications render on an X Server I'd be so happy.


On some Windows versions (Enterprise and Server) you can do that with RemoteApp, a Terminal Services RDP extension, easily managed with this tool: https://github.com/kimmknight/remoteapptool (or through registry)

I understand your request to be: Run Applications on Windows, and get the output over network to a Linux machine running a graphical window manager, without having to "transport" a desktop surrounding your program.


That's what Wine does (and it often works surprisingly well).


I run Windows applications that require USB hardware, and Wine does not support USB devices. so I was hoping for native Windows execution rendered to an X Server.


Well, native windows executing under Xorg is what Wine tries to offer.

It just "not complete" yet.


Run windows in a VM with USB pass through?


this is what I do. It works for a lot of USB devices, but not always.


I can't tell if you guys are joking... are you seriously suggesting:

windows kernel > WSL > proprietary x-server clone > WINE > windows apps

This is madness


I'm not ZetaLemur, but I don't believe he was suggesting what you are interpreting into this suggestion.

I believe he means: "If at all possible, run your legacy windows-only applications on local Linux running on real Hardware with WINE"


Yes, that's what I had in mind.


Yes


Can you reference the legal documents regarding this?


Photo Card Act 2005, Section 13B Use of digital Photo Card

"Despite any other provision of this section, a person who displays or purports to display a digital driver licence is not required to give or hand over, to the person who is requiring the driver licence to be produced or handed over, the mobile phone or other electronic device on which the digital driver licence is displayed or purported to be displayed."

https://legislation.nsw.gov.au/#/view/act/2005/20/part2a/sec...


The source code is TypeScript, which once compiled produces JavaScript.


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

Search: