Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
psophis
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
psophis
2y ago
Not HDMI, but SDI over fiber is basically this. It can be muxed and is used in the broadcast industry for long haul camera feeds.
2.
▲
by
psophis
2y ago
This message is for Hawaii. Edit: Now as of "1154 AM PST Thu Dec 5 2024" the warning is canceled: https://www.tsunami.gov/events/PAAQ/2024/12/05/so1aq0/3/WEAK...
3.
▲
Reverse Shell from an OpenVPN Configuration File (2018)
(medium.com)
2 points
by
psophis
3y ago
|
0 comments
4.
▲
by
psophis
3y ago
Neat, thanks!
5.
▲
by
psophis
3y ago
How do you do that? Is it part of your PROMPT?
6.
▲
by
psophis
3y ago
I use this zsh function and define my git alias in my git config. # No arguments: `git status` # With arguments: acts like `git` function g() { if [[ $# > 0 ]]; then git $@ else git st fi
7.
▲
by
psophis
4y ago
The argument [0] has been made that Twitter was why the US had as good of a response to COVID-19 as it did. [0]: https://stratechery.com/2020/defining-information/
8.
▲
by
psophis
6y ago
I'm getting some. 1.1.1.1 isn't responding to any DNS requests for me.
9.
▲
by
psophis
6y ago
You can also use add a hyphen ( <<-EOF ) to suppress leading tabs but not spaces. https://linuxhint.com/bash-heredoc-tutorial/
10.
▲
by
psophis
7y ago
Location: Seattle Area Remote: Yes Willing to relocate: No Technologies: Linux, NixOS, Python, Docker, iOS, Networking. Résumé/CV: Available upon request. Email: admin [at] psophis.com Looking for a mid level devops position somewhere
11.
▲
by
psophis
7y ago
What's the difference between this and a properly setup file type plugin? As here [0] with python lets you open imported modules using `gf`. [0]: https://github.com/vim/vim/blob/a87b72cc316e065d66dcbcf7ec
12.
▲
by
psophis
7y ago
This is very cool. Though I’ve always done remote wireshark captures: ssh root@sniff_server_ip -p port tcpdump -U -s0 'not port 22' -i eth0 -w - | wireshark -k -i - Source: https://serverfault.com/question
13.
▲
by
psophis
8y ago
About a month ago I found a similar device on aliexpress that has GPS and SIM card slot: https://www.aliexpress.com/item/1m-USB-Charging-Data-Cable-f... ?
14.
▲
Conditional Conformance in the Swift Standard Library
(swift.org)
1 points
by
psophis
9y ago
|
0 comments
15.
▲
Dynamo: Graphical Programming for Design
(dynamobim.org)
3 points
by
psophis
10y ago
|
0 comments
16.
▲
by
psophis
10y ago
I usually use Apache bench: https://httpd.apache.org/docs/2.4/programs/ab.html
17.
▲
by
psophis
10y ago
Drive by wire. I don't think large ships like these have had mechanical controls in decades.
18.
▲
by
psophis
10y ago
Location: Seattle, WA Remote: Yes Willing to relocate: Yes, Portland or Eugene, OR. Technologies: Swift, iOS, Rx, Network architecture, Python, PHP. Résumé/CV: https://github.com/thanegill Email: me@thanegill.com
19.
▲
by
psophis
11y ago
Uber is positioned to be the platform for transportation as a service. In their ideal world no one would own a car. Owning a car, like a plane or boat, would be come a luxury item.
20.
▲
by
psophis
11y ago
There's a very active subreddit[0] that discusses a lot of stuff like this. Worth checking out if you've considered having a server in your home. [0] https://reddit.com/r/homelab
21.
▲
Telegram: ISIS’ New Favorite App for Secret Messages
(thedailybeast.com)
6 points
by
psophis
11y ago
|
0 comments
22.
▲
by
psophis
11y ago
An open source version that is not affiliated with f.lux: https://github.com/thomasfinch/GammaThingy/
23.
▲
by
psophis
11y ago
I don't think there would be any benefit. Square was revolutionary when they were the only one with mobile card reader technology. Now everyone has it. The only thing they have going for them is their _brand_. Apple historically hasn&#
24.
▲
by
psophis
11y ago
That is impressive. I haven't used the Seattle one yet. It sounds like City of Boston has the resources to do things as they break or wear out. They just don't have the man power to check all the light bulbs or pothole as they bre
25.
▲
by
psophis
11y ago
Seattle has a "Find it, Fix it" app [0]. [0]: http://www.seattle.gov/customer-service-bureau/find-it-fix-i...
26.
▲
by
psophis
11y ago
Apples framework for ad blockers is 64bit only.
27.
▲
Windows Bridge for iOS: Let’s open this up
(blogs.windows.com)
2 points
by
psophis
11y ago
|
0 comments
28.
▲
by
psophis
11y ago
There is quite a bit of magic that Safari is doing. One example is that it complies javascript down to byte code in LLVM.
29.
▲
by
psophis
11y ago
Yes, I believe this is the episode of Debug that you are thinking of: https://overcast.fm/+I_IAnJ5Y (Couldn't find a link on imore)
30.
▲
by
psophis
11y ago
mkfile is standard on Solaris. On Debain use fallocate: $ fallocate -l 128MB /home/user/disk1
More ›