HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jburgess777

249 karmajoined 11년 전

Submissions

EXO v1 Release

github.com
3 points·by jburgess777·7개월 전·1 comments

comments

jburgess777
·7일 전·discuss
You might be interested in the Turris Omnia NG which has two 10g SFP+ ports:

https://www.turris.com/en/products/omnia-NG-wired/
jburgess777
·25일 전·discuss
I never understood the mindset which seemed to interpret “we must preserve this for 5 years” as “we must _delete_ everything after 5 years”. I understand they want to minimize storage costs but they are destroying institutional knowledge. I have recently wanted to refer back to my notes on some older services and discovered that all my old notes have been deleted.
jburgess777
·2개월 전·discuss
In 2016 there were enhancements added by ‘802.11ac wave 2’ which might help explain some of the 8 year gap.
jburgess777
·3개월 전·discuss
Right, but I don’t think a x2 slot exists so hence being physically a x4 card. If you had an open ended x1 slot you might be able to run as PCIe v4 x1.
jburgess777
·3개월 전·discuss
There are RTL8127 cards with SFP+, e.g. https://www.lekuo.com/product_view.php?id=659

edit: on looking closer, that still seems to be an x4 card.
jburgess777
·3개월 전·discuss
I think the point he is making is that the industry first went with a 10g single link, and then 40g over 4 links. Then they figured out how to do 25g over a single link, and 100g over 4 links. Those 25g/100g are common for enterprise switches. It might be fairer to say 40g is dead, 10g still has use cases.

Edit to add: If you want an example, these are the NVidia ConnectX nics available from FS.com, the lowest end one is 25g, then 100g, 200g etc.

https://www.fs.com/uk/c/nvidia-ethernet-nics-4014
jburgess777
·3개월 전·discuss
ServeTheHome is a good place to look for reviews of the switches available, e.g. https://www.servethehome.com/10gbe-in-2026-is-finally-hittin...
jburgess777
·3개월 전·discuss
My experience: I was using synergy to handle a Windows and a Linux machine, and later display-switch, but they started to be flagged as suspicious by our corporate AV. I tried some external KVM but couldn’t find one which was reliable for 4K. I ended up buying a Dell monitor with a built in KVM and have been using that ever since.
jburgess777
·3개월 전·discuss
It is commonly known as ‘Fair, reasonable, and non-discriminatory (FRAND)’. Some standards organisations will only accept contributions where a patent owner agrees to license them under FRAND terms.
jburgess777
·4개월 전·discuss
If you want to avoid the initrd loophole then you will want to look into UKI images. These extend the secure boot signature to include the kernel and ramdisk:

https://uapi-group.org/specifications/specs/unified_kernel_i...
jburgess777
·7개월 전·discuss
EXO lets you run your own AI cluster at home with everyday devices. We take advantage of Apple's M-series hardware and unified memory to run large language models, building a cluster to enable even more memory.

EXO underwent a full rewrite for v1. For legacy exo, see this repo's history or exo-explore/ex-exo for a snapshot.
jburgess777
·10년 전·discuss
I was involved in the 1.0 Bluetooth specifications and can confirm it was "designed by committee". IIRC the original wireless specification came from either Nokia or Ericsson and they drove a lot of the initial development. They had already developed the RF technology before the Bluetooth SIG was even formed. The original stated goal for Bluetooth was "cable replacement". Features such as pairing a headset to a phone, or a phone to a laptop were an essential part of the original profiles.

A reason for the complexity was that the BT 1.0 profiles often leveraged existing technology, for example:

- RFCOMM was a way of sending arbitrary serial data, reusing RS232 comms which were very common.

- OBEX was a way of sending data which was previously sent over IrDA

- The "LAN access profile" basically said "use RFCOMM to do PPP over a serial link like you do with a modem"

If you tried to implement any of these from scratch then not only do you have to implement the BT part, you also have to implement the technologies that BT reused.

If you look at the initial SIG members, Nokia and Ericsson took care of the initial phone developments. Intel, IBM, Microsoft and Toshiba represented the PC side of things. I was working for 3Com at the time and we were interested in it as a short range network technology. 3Com developed a network device conforming to the "LAN access profile" but it was never released. 3Com also owned Palm and they were interested in incorporating BT with the hand held devices.

It is interesting to compare BT to Wireless Ethernet (IEEE 802.11) world. The IEEE Ethernet (802.3) specifications are pretty much only concerned with getting data packets from A to B at layers 0 through 2. At layer 3 and above they don't care if those packets are IPv4, IPv6 or some other protocol like IPX.

Bluetooth tried to define everything from the the RF communications all the way up to the application layer. The specification mentions how to the PIN code request should be presented to the user when authorizing a new connection. It also mentions which audio codecs should be supported for streaming audio. The BT profiles also tried to define how to transfer files, business cards or print documents.

These detailed application layer specifications simply don't exist in something like Ethernet. There might be an argument that BT tried to over specify things but it was attempting to give a level of interoperability which we still struggle to achieve over other networks.
jburgess777
·10년 전·discuss
The OBEX profiles predate even BT, they were inherited from IrDA. IrDA was an earlier method for transferring business cards or similar small files between hand held devices over an infra-red link link.