Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by Hattie Cat (hattiecat@shitposter.club), page 31

  1. Hattie Cat (hattiecat@shitposter.club)'s status on Saturday, 03-Feb-2018 01:27:27 EST Hattie Cat Hattie Cat
    https://shitposter.club/attachment/1520732 Savaged by systemd
    In conversation Saturday, 03-Feb-2018 01:27:27 EST from shitposter.club permalink
  2. Hattie Cat (hattiecat@shitposter.club)'s status on Friday, 02-Feb-2018 19:41:38 EST Hattie Cat Hattie Cat
    • h
    @h That gives me hope.
    In conversation Friday, 02-Feb-2018 19:41:38 EST from shitposter.club permalink
  3. Hattie Cat (hattiecat@shitposter.club)'s status on Friday, 02-Feb-2018 19:40:43 EST Hattie Cat Hattie Cat
    • h
    @h It's especially repugnant to me because I remember the days when I built computers from discrete logic and chips in DIP packages and when the Internet was just starting to catch on. A far cry from now. But later generations don't realize how much freedom has been lost because they never experienced what was before. (And because it was so limited compared to nowadays, would not want to go back to it.)
    In conversation Friday, 02-Feb-2018 19:40:43 EST from shitposter.club permalink
  4. Hattie Cat (hattiecat@shitposter.club)'s status on Friday, 02-Feb-2018 19:37:58 EST Hattie Cat Hattie Cat
    • h
    @h Yeh, when your "operating system" has an "advertising ID" you're sunk. Modern computers have just become consumer appliances, and increasingly controlled by other entities, not in your interests either. I've heard of "the war on general-purpose computing" - may be this is what it's alluding to?
    In conversation Friday, 02-Feb-2018 19:37:58 EST from shitposter.club permalink
  5. Hattie Cat (hattiecat@shitposter.club)'s status on Friday, 02-Feb-2018 19:36:47 EST Hattie Cat Hattie Cat
    • h
    • Bob Mottram πŸ”§ β˜• βœ…
    @h @bob I also remember X.25 PADs on terminals talking to a mainframe. The dumb serial terminals were later replaced by microcomputers. The orange VMS documentation set I also remember. In those days, the microcode for the processor actually came from DEC on tape, and you could upgrade it.

    Nowadays my little Raspberry Pi would blow the VAX out of the water, both on performance and memory capacity. An FPGA-based system would deliver a lot less horsepower than a Pi.
    In conversation Friday, 02-Feb-2018 19:36:47 EST from shitposter.club permalink
  6. Hattie Cat (hattiecat@shitposter.club)'s status on Friday, 02-Feb-2018 19:30:57 EST Hattie Cat Hattie Cat
    • h
    • Bob Mottram πŸ”§ β˜• βœ…
    @h @bob I agree - every time CPU power has increased, software engineers have always found a way to reduce the machine to a crawl, but this is partly because the increasing power of machines has made software far easier to create, even if vastly inefficient. Look at the number of people writing stuff in Javascript, whereas back in the day I was cycle counting in assembler - it was a real effort to get acceptable performance or memory usage (usually not both simultaneously - I remember doing multiple passes over files because there wasn't enough memory to process the whole thing at once).
    In conversation Friday, 02-Feb-2018 19:30:57 EST from shitposter.club permalink
  7. Hattie Cat (hattiecat@shitposter.club)'s status on Friday, 02-Feb-2018 19:26:15 EST Hattie Cat Hattie Cat
    • h
    • Bob Mottram πŸ”§ β˜• βœ…
    @h @bob Things like this keep me encouraged (RISC-V on an FPGA). https://rwmj.wordpress.com/2016/07/25/risc-v-on-an-fpga-pt-1/

    Unfortunately one doesn't just need a CPU but peripherals to communicate with the world. I believe @bob has pointed out the increasing problems of open driver support for wireless LAN. USB is fundamentally untrustworthy. Disk controllers can be backdoored. Graphics is complex but back in the day we managed without - I still have fond memories for my VT220 tied to a VAX - but would if resurrected I suspect we'd find it cripplingly restricting. And what about printers?

    I've even mused about paper tape if all other mass storage is suspect.
    In conversation Friday, 02-Feb-2018 19:26:15 EST from shitposter.club permalink

    Attachments

    1. Invalid filename.
      RISC-V on an FPGA, pt.Β 1
      By rich from Richard WM Jones

      Last year I had open source instruction set RISC-V running Linux emulated in qemu. However to really get into the architecture, and restore my very rusty FPGA skills, wouldn’t it be fun to have RISC-V working in real hardware.

      The world of RISC-V is pretty confusing for outsiders. There are a bunch of affiliated companies, researchers who are producing actual silicon (nothing you can buy of course), and the affiliated(?) lowRISC project which is trying to produce a fully open source chip. I’m starting with lowRISC since they have three iterations of a design that you can install on reasonably cheap FPGA development boards like the one above. (I’m going to try to install β€œUntether 0.2” which is the second iteration of their FPGA design.)

      There are two FPGA development kits supported by lowRISC. They are the Xilinx Artix-7-based Nexys 4 DDR, pictured above, which I bought from Digi-Key for Β£261.54 (that price included tax and next day delivery from the US).

      There is also the KC705, but that board is over Β£1,300.

      The main differences are speed and available RAM. The Nexys has 128MB of RAM only, which is pretty tight to run Linux. The KC705 has 1GB of RAM.

      I’m also going to look at the dev kits recommended by SiFive, which start at US$150 (also based on the Xilinx Artix-7).

  8. Hattie Cat (hattiecat@shitposter.club)'s status on Friday, 02-Feb-2018 19:20:53 EST Hattie Cat Hattie Cat
    • h
    • Bob Mottram πŸ”§ β˜• βœ…
    @h @bob This is something I've mused over about an FPGA implementation of something like RISC-V. (You can build your own systems based on an off-the-shelf RISC-V core if that's too extreme https://www.microsemi.com/products/fpga-soc/mi-v-embedded-ecosystem/risc-v-cpu#overview )Β  Unfortunately, the performance would be low - FPGAs are hardly fast - at least not at reasonable cost, and adding complexity like caches and MMUs pushes up the transistor count. (Would we have to go be resigned to the capabilities of the early microcomputer days?)
    In conversation Friday, 02-Feb-2018 19:20:53 EST from shitposter.club permalink

    Attachments

    1. Invalid filename.
      RISC-V CPUs
      from Microsemi
      Provider of semiconductor and system solutions for aerospace & defense, communications, data center and industrial markets.
  9. h (h@social.coop)'s status on Friday, 02-Feb-2018 18:34:34 EST h h

    The Free Software Foundation moves to address the Intel Management Engine threat.

    https://www.fsf.org/blogs/community/intel-management-engine-2013-take-action

    "The Intel Management Engine (ME) is a grave threat to the freedom, privacy, and security of computer users. [...]
    If there is an event at your university or in your community addressing the Intel chip bugs, we urge you to distribute printed copies of our report by Denis GNUtoo Carikli"

    PDF Document Download:
    https://static.fsf.org/nosvn/blogs/Intel_ME_Carikli_article_PRINT_2.pdf

    #fsf #freesoftware @intel #ime #spectre

    In conversation Friday, 02-Feb-2018 18:34:34 EST from social.coop permalink Repeated by hattiecat
  10. Hattie Cat (hattiecat@shitposter.club)'s status on Friday, 02-Feb-2018 19:11:37 EST Hattie Cat Hattie Cat
    in reply to
    • h
    • Bob Mottram πŸ”§ β˜• βœ…
    @bob @h Unfortunately CPUs are extremely complex these days. Perhaps an extreme view, but the Ken Thompson compiler hack (Reflections on Trusting Trust) means it could be turtles all the way down. A backdoor built into a Verilog compiler means even if you verify the hardware description it could compiles into something with a backdoor. Backdoored programmable logic means even FPGAs could be suspect. The days when ARM1 was designed by Steve Furber and Sophie Wilson are long gone.
    In conversation Friday, 02-Feb-2018 19:11:37 EST from shitposter.club permalink
  11. Bob Mottram πŸ”§ β˜• βœ… (bob@soc.freedombone.net)'s status on Friday, 02-Feb-2018 18:45:36 EST Bob Mottram 🔧 ☕ ✅ Bob Mottram πŸ”§ β˜• βœ…
    • h
    @h Intel ME, AMD TrustZone and also the recent Meltdown/Spectre bugs which were really chip design flaws highlight that what's really needed are open chip designs which can be independently checked. Even if the known problems are fixed if CPUs continue to be black boxes then we can expect more similar design flaws in future.
    In conversation Friday, 02-Feb-2018 18:45:36 EST from soc.freedombone.net permalink Repeated by hattiecat
  12. Hattie Cat (hattiecat@shitposter.club)'s status on Friday, 02-Feb-2018 19:02:05 EST Hattie Cat Hattie Cat
    • delores
    @delores K&R and do the exercises? 'Old skool' C was simple enough that I never bothered with tutorials. (Aah, the days when an entire language could be covered by a single slim volume.)
    In conversation Friday, 02-Feb-2018 19:02:05 EST from shitposter.club permalink
  13. Hattie Cat (hattiecat@shitposter.club)'s status on Thursday, 01-Feb-2018 17:24:42 EST Hattie Cat Hattie Cat
    • avocado goblin
    • Sam Schlinkert
    • Bob Mottram πŸ”§ β˜• βœ…
    @bob @schlink @abreakinglass Still some question marks but I use it with a friend who I weened off Skype. Unfortunately there don't seem to be many other alternatives if you require a multiplatform video and voice chat system that works on mobile as well as desktop, and is friendly for non-technical people to set up and use. Open to other suggestions.
    In conversation Thursday, 01-Feb-2018 17:24:42 EST from shitposter.club permalink
  14. Hattie Cat (hattiecat@shitposter.club)'s status on Thursday, 01-Feb-2018 04:15:49 EST Hattie Cat Hattie Cat
    • Mister M. T. Sack
    @extebert @thatbrickster I already use a squid proxy server and block various domains including mozilla location services (seems to have traffic even though I disable geo.location - no ill-effects noticed so far).
    In conversation Thursday, 01-Feb-2018 04:15:49 EST from shitposter.club permalink
  15. Hattie Cat (hattiecat@shitposter.club)'s status on Thursday, 01-Feb-2018 04:13:38 EST Hattie Cat Hattie Cat
    • Mister M. T. Sack
    • Bob Mottram πŸ”§ β˜• βœ…
    @extebert @thatbrickster As @bob has pointed out, all this web2 shit means that browsers have to be stupendously complex - so well beyond the capacity of a single person or even a small group to write or maintain.
    In conversation Thursday, 01-Feb-2018 04:13:38 EST from shitposter.club permalink
  16. Hattie Cat (hattiecat@shitposter.club)'s status on Thursday, 01-Feb-2018 04:11:29 EST Hattie Cat Hattie Cat
    • Mister M. T. Sack
    @extebert @thatbrickster I disable the telemetry and dive into the about:config to turn off geolocation, disable pocket etc. but it's a faff - creeping Googlization of Firefux.
    In conversation Thursday, 01-Feb-2018 04:11:29 EST from shitposter.club permalink
  17. Hattie Cat (hattiecat@shitposter.club)'s status on Thursday, 01-Feb-2018 04:04:22 EST Hattie Cat Hattie Cat
    in reply to
    • Mister M. T. Sack
    @thatbrickster So, no choice then? Unfortunately konqueror doesn't run on MacOS. There's always lynx but that's getting crazy...
    In conversation Thursday, 01-Feb-2018 04:04:22 EST from shitposter.club permalink
  • After
  • Before
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.