Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

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

  1. Hattie Cat (hattiecat@shitposter.club)'s status on Monday, 03-Sep-2018 04:22:34 EDT Hattie Cat Hattie Cat
    • lnxw48a1
    • Annah
    @maiyannah @lnxw48a1 They want you to pay but don't provide any kind of warranty or support in return?!
    In conversation Monday, 03-Sep-2018 04:22:34 EDT from shitposter.club permalink
  2. Hattie Cat (hattiecat@shitposter.club)'s status on Monday, 03-Sep-2018 04:11:20 EDT Hattie Cat Hattie Cat
    • Bob Mottram 🔧 ☕ ✅
    @bob @tsu Just to interject, the concept of kibbutzim in Israel seems very close to communism in certain ways - collectivism, common ownership, equality. At least it was till the 1970s - though mixing Zionism and socialism may seem strange now.
    In conversation Monday, 03-Sep-2018 04:11:20 EDT from shitposter.club permalink
  3. Hattie Cat (hattiecat@shitposter.club)'s status on Saturday, 01-Sep-2018 20:39:24 EDT Hattie Cat Hattie Cat
    • delores
    @delores At least once you make a mistake like that you're less likely to do it again. I reversed a large electrolytic capacitor building a linear power supply once. Bang! Always triple checked after that.
    In conversation Saturday, 01-Sep-2018 20:39:24 EDT from shitposter.club permalink
  4. Hattie Cat (hattiecat@shitposter.club)'s status on Saturday, 01-Sep-2018 19:34:11 EDT Hattie Cat Hattie Cat
    • delores
    @delores You let out the magic smoke!
    In conversation Saturday, 01-Sep-2018 19:34:11 EDT from shitposter.club permalink
  5. Hattie Cat (hattiecat@shitposter.club)'s status on Saturday, 01-Sep-2018 19:21:23 EDT Hattie Cat Hattie Cat
    • delores
    @delores My brother's the same, if it's any consolation. There is definitely a "mindset" to it.
    In conversation Saturday, 01-Sep-2018 19:21:23 EDT from shitposter.club permalink
  6. Hattie Cat (hattiecat@shitposter.club)'s status on Saturday, 01-Sep-2018 19:20:41 EDT Hattie Cat Hattie Cat
    • delores
    @delores A big issue you may run into is lack of memory. On a machine with 32K RAM, I sometimes ran out of memory when writing documents and had to split them into several files as a consequence. And 5.25" floppys only had around 160k capacity per side, so for a big document you're looking at dividing across several disks. Not impossible to deal with (best that was available at the time and certainly better than the alternative, which was manual typewriting or longhand) but could be frustrating.

    I too yearn for the Good Ole Days and wish you well, but I'd plump for an Amiga or Acorn Archimedes for as about as far back as I'd like to go and still be practical for getting work done.
    In conversation Saturday, 01-Sep-2018 19:20:41 EDT from shitposter.club permalink
  7. Hattie Cat (hattiecat@shitposter.club)'s status on Saturday, 01-Sep-2018 19:13:39 EDT Hattie Cat Hattie Cat
    • delores
    @delores My bad - seems you're in luck. Someone's been working on a C compiler for the Commodore 64. https://cc65.github.io/doc/
    In conversation Saturday, 01-Sep-2018 19:13:39 EDT from shitposter.club permalink
  8. Hattie Cat (hattiecat@shitposter.club)'s status on Saturday, 01-Sep-2018 19:09:07 EDT Hattie Cat Hattie Cat
    • delores
    @delores You'd need a C compiler that runs on an 8-bit system and can fit into memory. Might be looking at multiple passes, or a cross-compiler. Back in Ye Olde Days I used assembler when BASIC couldn't hack it. But that was a Z80, which was comparatively rich in registers and instructions. 6502 is basically RISC and quite minimal
    In conversation Saturday, 01-Sep-2018 19:09:07 EDT from shitposter.club permalink
  9. Ocean (ocean@pleroma.soykaf.com)'s status on Saturday, 01-Sep-2018 18:24:33 EDT Ocean Ocean
    Daily reminder: Don't to use google search!!! Don't let google spy on you!
    https://duckduckgo.com/
    https://searx.me/
    https://www.startpage.com/
    In conversation Saturday, 01-Sep-2018 18:24:33 EDT from pleroma.soykaf.com permalink Repeated by hattiecat

    Attachments

    1. Invalid filename.
      DuckDuckGo
      from DuckDuckGo
      DuckDuckGo is the search engine that doesn't track you. We protect your search history from everyone – even us!
  10. Hattie Cat (hattiecat@shitposter.club)'s status on Saturday, 01-Sep-2018 19:04:14 EDT Hattie Cat Hattie Cat
    • delores
    @delores If you want to connect it to the Internet you'll need one of these http://www.go4retro.com/products/64nic/
    In conversation Saturday, 01-Sep-2018 19:04:14 EDT from shitposter.club permalink

    Attachments

    1. File without filename could not get a thumbnail source.
      64NIC+ Network Card
      By go4retro from RETRO Innovations
      64NIC+ Network Card
  11. Hattie Cat (hattiecat@shitposter.club)'s status on Saturday, 01-Sep-2018 18:46:06 EDT Hattie Cat Hattie Cat
    • Bob Mottram 🔧 ☕ ✅
    @bob Yup. Avoid Toyota like the plague.
     https://shitposter.club/attachment/2320720
    In conversation Saturday, 01-Sep-2018 18:46:06 EDT from shitposter.club permalink
  12. Hattie Cat (hattiecat@shitposter.club)'s status on Saturday, 01-Sep-2018 18:36:13 EDT Hattie Cat Hattie Cat
    in reply to
    • Bob Mottram 🔧 ☕ ✅
    • Hattie Cat
    @bob Of course it's not just about the language but the entire process of software development. FYI this is interesting about Toyota's ETCS (throttle control) and other software:
     
    - 256.6k non-comment lines of C source code
    - 67 functions with Cyclomatic Complexity > 50 (considered untestable)
    - Toyota software had between 9,273-11,538 global variables
    - recursion prohibited in safety-critical systems due to possibility of stack overflow. ETCS uses recursion.
    - "technology such as failsafe is not part of Toyota's engineering division's DNA" - internal company mail

    You can write safe software in C/C++ (or PHP or whatever) if you avoid the hairy bits _and_ have appropriate processes and discipline. Better languages of course do help you not to shoot yourself in the foot, but without processes and discipline then no amount of language safety will save you.

    https://users.ece.cmu.edu/~koopman/pubs/koopman14_toyota_ua_slides.pdf
    In conversation Saturday, 01-Sep-2018 18:36:13 EDT from shitposter.club permalink
  13. Hattie Cat (hattiecat@shitposter.club)'s status on Saturday, 01-Sep-2018 18:03:33 EDT Hattie Cat Hattie Cat
    • Bob Mottram 🔧 ☕ ✅
    @bob Admit I did not watch (I hate video) but people like Les Hatton were promoting safer C through avoiding undefined behavior etc. (and there is a surprising amount of this) decades ago. One result was MISRA C, developed by and for the automotive industry in the late 1990s, and still you get shit like Toyota's crappy killer firmware. Unless you're going to change C radically (in which case it is no longer C), writing safer C requires tools and discipline, both of which take time and cost money, so tend to get adopted by aerospace users and ignored by everyone else.
    https://shitposter.club/url/2320598
    In conversation Saturday, 01-Sep-2018 18:03:33 EDT from shitposter.club permalink
  14. Hattie Cat (hattiecat@shitposter.club)'s status on Saturday, 01-Sep-2018 17:51:04 EDT Hattie Cat Hattie Cat
    • Annah
    @maiyannah Hope for the best, prepare for the worst...
    In conversation Saturday, 01-Sep-2018 17:51:04 EDT from shitposter.club permalink
  15. Hattie Cat (hattiecat@shitposter.club)'s status on Friday, 31-Aug-2018 09:27:29 EDT Hattie Cat Hattie Cat
    Terra Nova play by Ted Tally. Tells the story of the failed Scott expedition to the Antarctic, drawn from the letters found on his body. (They severely undestimated calorie requirements in the cold environment and starved.) Set on a white stage. https://shitposter.club/attachment/2314060
    In conversation Friday, 31-Aug-2018 09:27:29 EDT from shitposter.club permalink
  16. Hattie Cat (hattiecat@shitposter.club)'s status on Friday, 31-Aug-2018 09:17:01 EDT Hattie Cat Hattie Cat
    • h
    @h @h @sunbeam Could be - I'm on shitposter.club
    In conversation Friday, 31-Aug-2018 09:17:01 EDT from shitposter.club permalink
  17. Hattie Cat (hattiecat@shitposter.club)'s status on Friday, 31-Aug-2018 09:15:52 EDT Hattie Cat Hattie Cat
    Dial M for Murder (1954) Ray Milland, Grace Kelly, dir. A. Hitchcock. Based on a play, action takes place almost entirely in one room, relying on the strength of characters and script. Wonder if Hollywood would do that today. Early 3D film so not devoid of technical innovation.
    In conversation Friday, 31-Aug-2018 09:15:52 EDT from shitposter.club permalink
  18. Bob Mottram 🔧 ☕ ✅ (bob@soc.freedombone.net)'s status on Friday, 31-Aug-2018 02:17:07 EDT Bob Mottram 🔧 ☕ ✅ Bob Mottram 🔧 ☕ ✅
    • ar.al🌻
    • Joseph Nuthalapati :fbx:
    • Davy Buntinx
    @njoseph @dbuntinx @aral As always, it depends on the threat model or your judging criteria. Firefox is open source, but if you read the source you'll find that it's sending a lot of detailed telemetry data back to a central collection point. You can of course disable that, but 99% of Firefox users will be unaware and are being farmed for data in a way that's arguably worse than what Goodle or Facebook does.
    In conversation Friday, 31-Aug-2018 02:17:07 EDT from soc.freedombone.net permalink Repeated by hattiecat
  19. Hattie Cat (hattiecat@shitposter.club)'s status on Friday, 31-Aug-2018 08:10:42 EDT Hattie Cat Hattie Cat
    Hattie Cat deleted notice {{tag:shitposter.club,2018-08-31:noticeId=11183284:objectType=comment}}.
    In conversation Friday, 31-Aug-2018 08:10:42 EDT from shitposter.club permalink
  20. wakarimasen (wakarimasen@shitposter.club)'s status on Tuesday, 28-Aug-2018 23:23:15 EDT wakarimasen wakarimasen
    • Katze Kattepus
    • Hector von Eigenvector
    @nerthos @hector I use Android's "priority mode", which makes the phone completely silent unless there's a call from a whitelisted contact. Notifications for e-mails and instant messages are completely turned off - I check them when I feel like it.

    I really hate the expectation of constant availability and immediate responses that many seem to have. People have been really rude to me on several occasions just because I don't answer to their messages within seconds.
    In conversation Tuesday, 28-Aug-2018 23:23:15 EDT from shitposter.club permalink Repeated by hattiecat
  • 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.