Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by Canageek (canageek@cybre.space), page 24

  1. Canageek (canageek@cybre.space)'s status on Saturday, 07-Apr-2018 01:00:37 EDT Canageek Canageek
    • maloki
    • DialMforMara
    • Pyrite

    @Pyrite @maloki @DialMforMara I love ubuntu subsystem for windows.

    In conversation Saturday, 07-Apr-2018 01:00:37 EDT from cybre.space permalink
  2. Taris the Wolftaur (taris@gulp.cafe)'s status on Saturday, 07-Apr-2018 00:29:16 EDT Taris the Wolftaur Taris the Wolftaur
    in reply to
    • Canageek

    @Canageek if it is written down, there is a record of it and you should assume an unintended party will read it.
    With mastodon, we pass those messages to lots of servers, so there's LOTS of copies.

    In conversation Saturday, 07-Apr-2018 00:29:16 EDT from Gulp.Cafe permalink Repeated by canageek
  3. Canageek (canageek@cybre.space)'s status on Friday, 06-Apr-2018 23:56:49 EDT Canageek Canageek
    • thurloat 📌

    @thurloat YES! Exactly!

    In conversation Friday, 06-Apr-2018 23:56:49 EDT from cybre.space permalink
  4. thurloat 📌 (thurloat@mastodon.club)'s status on Friday, 06-Apr-2018 23:56:24 EDT thurloat 📌 thurloat 📌
    • Canageek

    @Canageek the even cooler thing about this concept living in 1995 is that it's meant for people to be offline too.

    one could run scuttlebutt over a sneakernet or occasional dial-up.

    I could go on a sea expedition for 6 months and document some scientific findings and all my work would be time and series verified. Then I could sync up whenever I hit a port with a connection.

    In conversation Friday, 06-Apr-2018 23:56:24 EDT from mastodon.club permalink Repeated by canageek
  5. Canageek (canageek@cybre.space)'s status on Friday, 06-Apr-2018 23:51:09 EDT Canageek Canageek
    • thurloat 📌

    @thurloat Cool! I thought that type of encryption based approach was more recent. My thought was 'how could you build as much of this with standard unix head, cat, scp, etc command as possible.

    Your way sounds more practical and serves a more useful purpose ;)

    In conversation Friday, 06-Apr-2018 23:51:09 EDT from cybre.space permalink
  6. thurloat 📌 (thurloat@mastodon.club)'s status on Friday, 06-Apr-2018 23:49:43 EDT thurloat 📌 thurloat 📌
    • Canageek

    @Canageek the concepts aren't advanced beyond 1995.

    everyone has a local copy of messages that they sign with a private key (been around since the 70s), then you send your data to other people who can verify it.

    they've even written a totally HTML only (no frontend JS) SSB / patchwork client which would run fine in netscape navigator :P (https://github.com/ssbc/patchfoo)

    In conversation Friday, 06-Apr-2018 23:49:43 EDT from mastodon.club permalink Repeated by canageek

    Attachments

    1. ssbc/patchfoo
      from GitHub
      patchfoo - Plain SSB web UI. Uses HTML forms instead of client-side JS. Designed for use on low-power and low-resource computers.
  7. Canageek (canageek@cybre.space)'s status on Friday, 06-Apr-2018 23:49:53 EDT Canageek Canageek
    • The Best Floppy Ever

    @SuperFloppies My idea that might work would be torrent based, where you share the block/mute/etc with mutual followers, so reputation is built within mutual association. The less jumps to you, the more you trust that persons opinion.

    In conversation Friday, 06-Apr-2018 23:49:53 EDT from cybre.space permalink
  8. Canageek (canageek@cybre.space)'s status on Friday, 06-Apr-2018 23:48:02 EDT Canageek Canageek
    • The Best Floppy Ever

    @SuperFloppies Very vulnerable to group attacks then.

    Bob the asshole has a hundred friends he made on 4chan. He posts an attack, they all think it is great, and so on.

    In conversation Friday, 06-Apr-2018 23:48:02 EDT from cybre.space permalink
  9. Canageek (canageek@cybre.space)'s status on Friday, 06-Apr-2018 23:46:53 EDT Canageek Canageek
    • Hairy Larry

    @hairylarry Whereas I've never worked with databases, but I've worked with a lot of CSV files and other output from scientific instruments, so I think in terms of those.

    In conversation Friday, 06-Apr-2018 23:46:53 EDT from cybre.space permalink
  10. Hairy Larry (hairylarry@mastodon.social)'s status on Friday, 06-Apr-2018 23:45:49 EDT Hairy Larry Hairy Larry
    • Canageek

    @Canageek

    Yeah, I tend to think along the lines of the files system being the database and each file is a small data structure consisting of filename, timestamp,(title,content,links) where the stuff in () is the text and links might be filenames to parent files and comment files.

    In conversation Friday, 06-Apr-2018 23:45:49 EDT from mastodon.social permalink Repeated by canageek
  11. Canageek (canageek@cybre.space)'s status on Friday, 06-Apr-2018 23:45:43 EDT Canageek Canageek
    • rye

    @localtoast I'm not a programmer to be honest, sound cool though.

    In conversation Friday, 06-Apr-2018 23:45:43 EDT from cybre.space permalink
  12. Canageek (canageek@cybre.space)'s status on Friday, 06-Apr-2018 23:16:09 EDT Canageek Canageek

    The other idea I had once, instead of a federated model, was no servers.

    Bittorrent based social network. Messages, pictures, whatever, all go into the swarm. If I want to follow you, my client asks around until it find a copy. The more people follow someone the easier it is to get copies when they are offline.

    This would also have a sort of weird non-chronological arrival order. Messages that more people see arrive first, as do messages from people online.

    In conversation Friday, 06-Apr-2018 23:16:09 EDT from cybre.space permalink
  13. Canageek (canageek@cybre.space)'s status on Friday, 06-Apr-2018 22:41:33 EDT Canageek Canageek

    I'm wondering if you could make a really simple social network without using a database. (Well, you'd probably need one for login information, but other then that...)

    Each users messages are saved in a text file. The people they follow are also saved in a text file. When they want to see messages they request the messages from each user one at a time, and reassemble them on the other end.

    The client requests the messages a small number at a time until it reaches messages it has already seen.

    In conversation Friday, 06-Apr-2018 22:41:33 EDT from cybre.space permalink
  14. Canageek (canageek@cybre.space)'s status on Friday, 06-Apr-2018 18:04:19 EDT Canageek Canageek

    "Only hashtags are searchable" is a lie though. Only hashtags are searchable BY SEARCH ENGINES THAT FOLLOW THE RULES.

    We *JUST* had a client that was archiving every toot and letting people full-text search them. It isn't hard. People are going to toot things thinking it is safe, and it will come back to bite them.

    In conversation Friday, 06-Apr-2018 18:04:19 EDT from cybre.space permalink
  15. Canageek (canageek@cybre.space)'s status on Friday, 06-Apr-2018 15:15:54 EDT Canageek Canageek

    Mozilla giving web users what they REALLY want: "The new Firefox lets you stop websites from asking to send you notifications"

    https://arstechnica.com/gadgets/2018/03/the-new-firefox-lets-you-stop-websites-from-asking-to-send-you-notifications/

    In conversation Friday, 06-Apr-2018 15:15:54 EDT from cybre.space permalink

    Attachments

    1. The new Firefox lets you stop websites from asking to send you notifications
      from Ars Technica
      The update also includes performance updates and screenshot features.
  16. :blobheartcat: 3nigmatico 🔰 (robots@niu.moe)'s status on Friday, 09-Mar-2018 15:43:09 EST :blobheartcat: 3nigmatico 🔰 :blobheartcat: 3nigmatico 🔰

    Surprisingly enough, the original HTML standard was responsive. Your browser would authomatically trim your texts in your browser viewport. No need for CSS/JS and bloatstrap.

    But of course people only wants eye candy stuff.

    To be honest, the internet would be much more efficient if it was text mode only. But that doesnt make "moneys" for the "corporates".

    In conversation Friday, 09-Mar-2018 15:43:09 EST from niu.moe permalink Repeated by canageek
  17. Canageek (canageek@cybre.space)'s status on Friday, 09-Mar-2018 01:10:51 EST Canageek Canageek
    • RX-69 🍕 Gundam

    @rrix Thank you!

    In conversation Friday, 09-Mar-2018 01:10:51 EST from cybre.space permalink
  18. Canageek (canageek@cybre.space)'s status on Thursday, 08-Mar-2018 19:44:56 EST Canageek Canageek
    • RX-69 🍕 Gundam

    @rrix I have seen that plugin. There are now better ways that skip blender

    In conversation Thursday, 08-Mar-2018 19:44:56 EST from cybre.space permalink
  19. Canageek (canageek@cybre.space)'s status on Thursday, 08-Mar-2018 16:54:36 EST Canageek Canageek
    • RX-69 🍕 Gundam

    @rrix Was he printing them from imported data?

    In conversation Thursday, 08-Mar-2018 16:54:36 EST from cybre.space permalink
  20. Canageek (canageek@cybre.space)'s status on Thursday, 08-Mar-2018 15:09:43 EST Canageek Canageek
    • ionchy ✔

    @nonphatic That is not something I've ever heard said about Abbotsford before. What are you up to?

    In conversation Thursday, 08-Mar-2018 15:09:43 EST from cybre.space 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.