HN user

algorithm_dk

681 karma

51d544

Posts56
Comments66
View on HN
lazycoder.ro 4y ago

GPT-Neo on a M1 (macOS 12)

algorithm_dk
5pts0
www.youtube.com 6y ago

Pwncat: Automating Linux Red Team Operations

algorithm_dk
9pts0
devstream.tv 8y ago

Show HN: Watch live developer streams

algorithm_dk
6pts1
devstream.tv 8y ago

Show HN: Devstream.tv – Watch developers code live

algorithm_dk
257pts60
github.com 9y ago

Wanna mess with your sysadmin? WanaPrank him

algorithm_dk
3pts1
www.alexhopmann.com 9y ago

Why it's called XMLHttpRequest

algorithm_dk
2pts0
playlister.seclab.co 9y ago

Show HN: Playlister – easily create shareable playlists

algorithm_dk
2pts0
blog.airtame.com 10y ago

Cross-platform development using Electron at AIRTAME

algorithm_dk
15pts0
www.facebook.com 10y ago

Gathr – Don't spend Christmas alone

algorithm_dk
4pts0
github.com 11y ago

go2 – node cli tool for better directory aliases

algorithm_dk
1pts0
www.centcom.mil 11y ago

ISIL took control of CENTCOM’s Twitter and YouTube accounts

algorithm_dk
4pts0
algorithm.dk 11y ago

Lan Scanner (Chrome) tested on OS X

algorithm_dk
4pts1
noosphere.princeton.edu 11y ago

The Global Consciousness Project

algorithm_dk
50pts16
simplecss.algorithm.dk 11y ago

Show HN: Simple.css – I was not happy with any CSS framework

algorithm_dk
3pts0
0.0000.io 11y ago

0.0000.io – Silly URL Longener

algorithm_dk
3pts1
algorithm.dk 11y ago

Microsoft and how I sent an email from the chinese government domain

algorithm_dk
6pts0
algorithm.dk 11y ago

How to get your idea stolen

algorithm_dk
6pts8
algorithm.dk 11y ago

Anyone can track your mobile phone's location

algorithm_dk
5pts4
algorithm.dk 11y ago

RTFM 0day in iOS apps

algorithm_dk
186pts58
en.wikipedia.org 11y ago

Salami slicing

algorithm_dk
1pts0
news.ycombinator.com 11y ago

Ask HN: Is it legal to provide a phone tracking service?

algorithm_dk
1pts0
i.imgur.com 12y ago

Oh Facebook

algorithm_dk
4pts0
algorithm.dk 12y ago

Ingress: Google is broadcasting your address to everyone.

algorithm_dk
9pts8
en.wikipedia.org 12y ago

Van Eck phreaking

algorithm_dk
1pts1
www.youtube.com 12y ago

3D Operating System

algorithm_dk
8pts1
iansilber.com 12y ago

Intab: Quick Look for Chrome

algorithm_dk
2pts1
login.us.army.mil 12y ago

Seriously? Expired?

algorithm_dk
1pts1
en.wikipedia.org 12y ago

Bagua

algorithm_dk
1pts0
en.wikipedia.org 12y ago

The Drake Equation

algorithm_dk
1pts0
en.wikipedia.org 12y ago

Stingray phone tracker

algorithm_dk
2pts0

This is clearly the hottest thing on HN right now, and it was bumped from #1 to #6, anyone knows why? Is it some kind of bot protection?

The golden recipe: neovim, tmux, rg, fzf, i3/other tiling wm on nixos/arch

Fzf all you can, not just inside vim, but also use it to switch between tmux sessions in an instant. I have a tmux manager on top of tmuxp that is able to start / switch to already started sessions via fzf.

Identify patterns you use a lot and make snippets out of them. Create project templates.

Have a folder where you dump reference / things that need to be really easy to find, and set up vim to search into that instantly, no matter where you are.

Keep an inbox file to throw things in, make a wm bind a script to prompt for text and append it there via zenity. Don't throw links into it, it's gonna be a bookmark dump.

Make sure your todo system is a keybind away at all times.

Review your way of working, challenge, and improve it. Be lazy, but only when you afford it.

Would the else branch trigger on a falsy value, or on an exception? It's a bit confusing, as it looks like it would handle exceptions on the else branch, even though we know we have to wrap await in try/catch for that.

Other than saving a few characters (the variable name), I don't see any benefit of this, while it makes code harder to read.

Too bad the `with` [0] keyword has been reserved for crap, it sounds nice (not for this, but maybe for something else).

> and also requires you to start renaming variables (ie. row1, row2...) due them going over their intended scope

Variable shadowing [1] is a really bad practice that makes it hard for people to collaborate and keep the code sane. Bad habits are not a reason for language changes.

[0] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...

[1] https://en.wikipedia.org/wiki/Variable_shadowing

there's nothing acceptable over ssh

you can do steam in-home streaming over zerotier.

it's actually faster than geforce now

i have a raspberry set up so that i can plug it anywhere and work on my home computer

latency is so low that shooters are very much playable

you can use steamlink hardware as a client, or the newish raspberry pi release

Buy a Steam Link and a raspberry pi, and two usb eth adapters, create a ZeroTier network and configure the pi (openwrt) to get internet from one of the adapters and share both the internet connection and the zerotier connection over the second adapter. Configure the zerotier network on your computer and set ul Steam In-House streaming. Then you can take the pi and steam link anywhere, plug a mouse, keyboard and screen, and use your computer. I get 60fps at 1080p and no noticeable input lag over the internet (work to home).

If you use a nvidia card enable "force composition pipeline". There is also a Steam Link app for Android, and ZT client as well, works great.

I bet it's using mesh networking a la ZeroTier, I have a similar setup, working on my home desktop while being at my customer's offices. I get 15-40ms latency, 1920x1080 at 60fps and no noticeable input lag. Gaming works really well, but I only really use it to code.

I keep saying I'll write on how to set this up for cheap, but I didn't find the time yet.

Basic recipe: fiber, zerotier, one raspberry pi and a steam link

Edit: latency above referrs the display latency, the latency between the machines is between 2 and 10 ms

Well, if you think that, why are you arguing over a submission about a component for one of those frameworks? You think it's useless just because you don't use something like Vue?

I'm not sure if you're trolling or not at this point.

Why not cut out the middle man and just apply the css directly Well one could extend this and argue that there's not need for frontend frameworks as you can manipulate the dom directly. Two way data binding is awesome.

I have no idea about the lazy loading. And yeah, it's "kind of image processing".