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

I would recommend Plogue's OPS7, they have put considerable amounts of time and effort into reverse engineering the original chips. The interface is a little clunky but it sounds fantastic. https://www.plogue.com/products/chipsynth-ops7.html

Edit: a YouTube video about the reverse engineering process from David at Plogue: https://www.youtube.com/watch?v=XJ97iXQrqzw


A connection in the context of TCP is essentially the state related to the handshake.

With UDP, you build a packet, slap an IP header on it, and send it out in the hopes that the other side receives it.

With TCP, you can't just send data, you have to perform a three-way handshake first: send a packet with the SYN flag set, receive a SYN-ACK, and if you received a SYN-ACK send an ACK back.

Stateful firewalls, for instance, track the connection state for Network Address Translation (NAT) or firewalling purposes. When a TCP connection is opened (SYN), the connection is considered 'new'. After the handshake is completed (SYN-ACK, ACK), the state changes to 'established'. The lifetime of the connection ends after a TCP packet with the RST or FIN flags set, and the state changes to 'closed'.

Cool, related things to read up on: Linux conntrack, TCP reordering and retransmission, Stream Control Transmission Protocol (SCTP), Multi-Path TCP (MPTCP), Internet Control Message Protocol (ICMP, also known as "ping").


Thanks for this. :)

So is a connection really just the maintained state in both the sender and receiver machines. What is maintained in that state? The ACK flags and the IP of the other machine?


The IP, port and sequence numbers (which is basically a starting random number + number of bytes sent/received) of both sides of the connection, and this is maintained by both sides.


Excellent, thank you


Yup. This one was thoroughly debunked. @winocm on Twitter actually did render a video in Task Manager though: https://twitter.com/winocm/status/1276037359503466497


... but why?


I grew up and lived with urxvt and xterm for the longest time. I switched to Kitty full time, and I do not regret it.

I wish Alacritty had better scrollback, I'd give that a go as well. But for now, I am sticking to Kitty.


Consider applying for YC's Spring batch! Applications are open till Feb 11.

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

Search: