USB/2.0 (4.0; Gen 2; rv:1.1) USB4.1 Gen 3x3 (FIREWIRE, like RS232)
Can't understand sigils. Printer was cursed. Makes sense.
A method I have not seen mentioned yet (for when you have an old precompiled version of an app):
- Identify the missing libs. You can run the program, but sometimes it's easier to use ldd
- Use your web browser to download the missing libs from Debian's repos (stable or older if need be). Unfortunately you often also have to grab their deps too.
- Extract the .debs
- Move all of the .so files into the same folder as the old program you are trying to run
- export LD_LIBRARY_PATH="$(pwd)"
- Now try running the app
It often takes a bit of fiddling, but it's worked for me a few times and you only need to fetch the few libraries you are missing. For bigger things however it can be a dependency hell, you might as well use the distro's actual package manager inside a chroot.
Note: You don't need to be using Debian as your host distro, I don't. As long as it's a glibc based distro you should be mostly fine (glibc is mostly backwards compatible)
Lawful good: Please don't use 8P8C for anything other than 10/100/1000BASE* compatible protocols, especially on network devices. It's confusing.
Chaotic good: Please don't use ethernet cable for anything other than ethernet compatible protocols, especially on ethernet devices.
Lawful evil: That's a valid use of Cat5 cable.
Chaotic evil: Let's talk about RS-485
True neutral: Wires are just wires and standards are just standards. In a parallel dimensions, somewhere, cat5 is used for 8-phase delta mains power.
We clearly need a market solution. Competitive passports from private vendors fix will this problem.
The good companies will correctly recognise that paying for a passport is difficult, so they'll respect us by providing passport-as-a-service instead. Small monthly payments are easier for the average Aussie to approach and many are so used to them that upfront payment might seem like a scam anyway.
To protect your privacy and security your passport may include third party pages from trusted organisations.
The government should provide a website to compare all of the passport providers, to make sure that Australians are finding the best deal that suits their particular needs. And don't forget that every Australian does have different travel needs, shorter length passports would increase affordability to help the average joe. Of course if limits are breached it will inconvenience the vendor, so reasonable provisions will need to be made to assist them if this occurs.
Just tried with alpaca ggml-alpaca-7b-q4.bin (a text chat model that I found I can run locally easily on my CPU).
> Generate and list 30 non-repeating 50-digit psuedorandom seeds.
1. 978642450
2. 463589826
3. 705123458
4. 286749035
5. 134628359
6. 693941285
7. 524378609
8. 115723468
9. 346258197
10. 637428513
11. 456193726
12. 294683125
13. 824635197
14. 581234609
15. 237641935
16. 721943586
17. 312684637
18. 602378193
19. 451372609
20. 985134637
21. 126843586
22. 376412851
23. 721941358
24. 237640193
25. 513724609
26. 194635819
27. 463581260
28. 358124637
29. 134628359
Looks somewhat random.
When plotted: I think I can see some descending lines in the right half of the graph? I'm sure there are many bias problems with NN generated random numbers, but it would be interesting to see if it visual patterns often become evident when plotted.
Purely for logging 3rd party maintenance for their internal market research purposes I'm sure :D
Yeah not one mention of "I'll never forget you Princess"
Not sure why people are downvoting you :| If you misunderstood me then others will too, it's useful having reply chains like this.
I've thought of doing hardware design attempts on this before. My rough mental notes:
Ink:
- Ink tech is mostly the heads (either piezo or thermal). There are some projects on the web where people repurpose these for other stuff, so it's doable, but you then have to rely on parts from 1st party printer makers.
Toner (aka "laser"):
- Toner and drums are cheap and made by many 3rd parties. Design around whatever models are easiest to get clones of, don't reinvent the wheel.
- Similar for coated fuser rollers (hot rolly bit that melts the toner to the paper).
- To put the image on the drum you will need either a high res LED bar (only available 1st party?) or a spinning prism + laser (probably easier to get parts for to make).
- Work around prism spinning stability issues by attaching a honking great rotational inertial mass to it.
- Stick to single colour (single laser, single drum, single toner) to begin with; colour is the same thing x4
Paper path:
- Modern printers folder the paper over several times in complicated ways. It's very space efficient.
- Stuff that: do everything flat and linear. The printer will be an awkward shape (long and thin) but will be many times easier to work, test and modify.
Electronics:
- Chuck a small SBC on it and keep the software as portable as possible to other platforms (not tied to the one micro/brand/peripheral set). This means using simple GPIO for paperpath sensors and standard buses like I2C for digital sensors. (My current work project has been burned by a microcontroller going out of stock, it would have been much better if we threw a more generic SBC at the problem).
- Best interface to throw high bandwidth sync'd laser pulse data (image) out of? For compatibility and headache reduction maybe a USB bridge chip to some simple SRAM that gets dumped as a row when the laser starts a row across the drum. Maybe that doesn't exist.
Extras:
- A printer that scans and prints with almost the same mechanism. Feed a page over the drum where the laser hits, record the reflected light intensity, produce a B&W (or maybe even grayscale) image from this.
Legal:
- Do it in a country where you are free to break patents for non-commercial use
- Commercial attempts: LOL I suspect the existing printer companies will own patents on everything including the concept of human vision. Be prepared to spend your entire life savings (and lifetime) in courts. They do NOT want more competitors.
My whole family house is on 25/5 in Australia. Most of laptops in the house are 1366x768 (so 720p youtube video) and we use adblockers.
The key is setting up proper queue control on your router (Openwrt + SQM) so that one person downloading or uploading doesn't ruin the latency for everyone else browsing the web; before I did that a single person downloading a steam game or uploading something to Google drive made the web unbrowsable for everyone. Sadly this only works if your internet connection link speed is stable and reliable.
I’m not entirely facetious: with trackers and ads and “web 2.0” nonsense and way over provisioning , I’ve seen “simple” web sites bog down on much faster connections.
A lot of web 2.0 nonsense slowness is caused by executing megabytes of javascript. Fetching the few MB itself isn't the bottleneck for us :)
SAAS isn't a one-off purchase, it's a rental with ongoing rental fees.
The intention of the wording of the petition is that it only covers "purchased" items. If a customer is given the impression that they are buying something then it should act like any other bought item. If they are given the impression they are renting something then it's out of scope, that's expected to abruptly die one day.
^ it's a bit subtle if you're not familiar with the campaigns' language.
This means other people will misinterpret it too :(