GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Notices by Elias Mårtenson (loke@functional.cafe), page 2

  1. Embed this notice
    Elias Mårtenson (loke@functional.cafe)'s status on Saturday, 16-Aug-2025 03:55:19 JST Elias Mårtenson Elias Mårtenson
    in reply to
    • Christine Lemmer-Webber

    @cwebber didn't the 1401 use variable word length? So even more amazing than just a 7 bit architecture.

    In conversation about 7 months ago from functional.cafe permalink
  2. Embed this notice
    Elias Mårtenson (loke@functional.cafe)'s status on Tuesday, 22-Jul-2025 04:15:56 JST Elias Mårtenson Elias Mårtenson

    OK, so I just spent quite some time writing functions that allows me to export a number as a byte array from GMP, and then a different function to do that same with Java bigints, so that the output formats are compatible.

    I now need to do the same for Javascript.

    I'm doing this because I want to implement a binary serialisation format for Kap.

    And why did I start to implement a binary serialisation format? Well, I needed it because I wanted to be able to export and import Kap objects to Valkey.

    Once I have all of that, then maybe I can build something on top of Valkey. Some kind of persistence system perhaps.

    Is this the definition of yak shaving?

    In conversation about 8 months ago from functional.cafe permalink

    Attachments


  3. Embed this notice
    Elias Mårtenson (loke@functional.cafe)'s status on Wednesday, 25-Jun-2025 01:38:45 JST Elias Mårtenson Elias Mårtenson
    in reply to
    • clacke
    • Mans R
    • clacke@libranet.de is my main

    @clacke @mansr @notclacke I'm pretty sure they had cheese slicers at IKEA Singapore. Now I need to check if they still have them.

    In conversation about 9 months ago from functional.cafe permalink
  4. Embed this notice
    Elias Mårtenson (loke@functional.cafe)'s status on Tuesday, 24-Jun-2025 21:06:34 JST Elias Mårtenson Elias Mårtenson
    in reply to
    • Mans R
    • clacke@libranet.de is my main

    @notclacke @mansr How's cheese slicer access in HK? Although I suppose you have all you need from Ikea 🙂

    In conversation about 9 months ago from functional.cafe permalink
  5. Embed this notice
    Elias Mårtenson (loke@functional.cafe)'s status on Monday, 02-Jun-2025 11:20:09 JST Elias Mårtenson Elias Mårtenson
    in reply to
    • Haelwenn /элвэн/ :triskell:

    @lanodan Even after Unicode was a thing, some channels would ban you for sending UTF-8 content. 🙂

    In conversation about 9 months ago from gnusocial.jp permalink
  6. Embed this notice
    Elias Mårtenson (loke@functional.cafe)'s status on Tuesday, 27-May-2025 02:42:41 JST Elias Mårtenson Elias Mårtenson

    The promise of no-code solutions has been around for a while.

    In conversation about 10 months ago from functional.cafe permalink

    Attachments


    1. https://files.functional.cafe/media_attachments/files/114/574/433/774/644/091/original/1660e82f6ecc7c86.jpg
  7. Embed this notice
    Elias Mårtenson (loke@functional.cafe)'s status on Tuesday, 27-May-2025 02:42:40 JST Elias Mårtenson Elias Mårtenson
    in reply to

    I have to admit that playing around with this thing was more fun than it had any right to be.

    I can't help to think that we've lost something over the years. Creating programs on your computer used to be easy.

    In conversation about 10 months ago from functional.cafe permalink
  8. Embed this notice
    Elias Mårtenson (loke@functional.cafe)'s status on Tuesday, 27-May-2025 02:42:40 JST Elias Mårtenson Elias Mårtenson
    in reply to

    And this is the next page.

    In conversation about 10 months ago from functional.cafe permalink

    Attachments


    1. https://files.functional.cafe/media_attachments/files/114/574/446/932/811/048/original/81d5cea6b19c5196.jpg
  9. Embed this notice
    Elias Mårtenson (loke@functional.cafe)'s status on Wednesday, 21-May-2025 19:08:55 JST Elias Mårtenson Elias Mårtenson

    I've been listening to some Pantera today.

    Seriously, if there is an album that just 'sounds' 90's, it must be their album Far Beyond Driven.

    Really great stuff. I recommend it.

    https://www.youtube.com/watch?v=yRxg8yVhbQY&list=PLZ9DoO2uX9wVUg8NATcFbjyt94I9J8jle

    In conversation about 10 months ago from functional.cafe permalink
  10. Embed this notice
    Elias Mårtenson (loke@functional.cafe)'s status on Tuesday, 20-May-2025 22:48:08 JST Elias Mårtenson Elias Mårtenson
    • Wolf480pl
    • Quad

    @quad @wolf480pl it's a lie though. My ntp-obsessed friend would argue that that is unacceptably inaccurate.

    In conversation about 10 months ago from functional.cafe permalink
  11. Embed this notice
    Elias Mårtenson (loke@functional.cafe)'s status on Tuesday, 20-May-2025 22:48:07 JST Elias Mårtenson Elias Mårtenson
    in reply to
    • Wolf480pl
    • Quad

    @wolf480pl @quad yeah, I agree with you. I was making joke about ntp-obsessed people. If you've nevermet them, they're the ones setting up multiple gps receivers to run stratum 0 servers, and searching ebay for good deals on an atomic clock.

    In conversation about 10 months ago from functional.cafe permalink
  12. Embed this notice
    Elias Mårtenson (loke@functional.cafe)'s status on Tuesday, 20-May-2025 22:48:05 JST Elias Mårtenson Elias Mårtenson
    in reply to
    • Wolf480pl
    • Quad

    @wolf480pl @quad we should thank them. The internet would probably not work without them. 😀

    In conversation about 10 months ago from functional.cafe permalink
  13. Embed this notice
    Elias Mårtenson (loke@functional.cafe)'s status on Tuesday, 20-May-2025 13:57:01 JST Elias Mårtenson Elias Mårtenson

    How is Github doing CVSS scoring? I was looking at CVE-2022-41966 and it has a CVSS vector that indicates Integrity: Low.

    The vulnerability allows an attacker who can feed malicious data to an XML deserialiser to crash the parser with a StackOverflowError. The fix changes this to a different type of exception. How can that in any way be marked as having an integrity impact at all?

    I note that the NIST assessment has the much more appropriate assessment here where there is no impact of integrity.

    #infosec #cve

    In conversation about 10 months ago from functional.cafe permalink
  14. Embed this notice
    Elias Mårtenson (loke@functional.cafe)'s status on Tuesday, 20-May-2025 13:53:55 JST Elias Mårtenson Elias Mårtenson
    in reply to
    • Karsten Johansson
    • Glitzersachen.de
    • Alfred M. Szmidt

    @amszmidt @ksaj @glitzersachen Commandline option style in dd? 🙂

    In conversation about 10 months ago from functional.cafe permalink
  15. Embed this notice
    Elias Mårtenson (loke@functional.cafe)'s status on Tuesday, 20-May-2025 00:52:36 JST Elias Mårtenson Elias Mårtenson
    • Glitzersachen.de
    • Alfred M. Szmidt

    @glitzersachen @amszmidt it's kida sorta true, which makes for a prefect argument on the internet.

    I'd say that the Unix philosophy is what you get when you try to apply the Lisp philosophy but your hardware isn't good enough.

    In conversation about 10 months ago from functional.cafe permalink
  16. Embed this notice
    Elias Mårtenson (loke@functional.cafe)'s status on Wednesday, 07-May-2025 14:58:12 JST Elias Mårtenson Elias Mårtenson
    in reply to
    • Karsten Johansson
    • Lars Brinkhoff
    • Alfred M. Szmidt

    @ksaj @larsbrinkhoff @amszmidt there isn't, but if you say it, people would definitely understand.

    In conversation about 10 months ago from functional.cafe permalink
  17. Embed this notice
    Elias Mårtenson (loke@functional.cafe)'s status on Tuesday, 06-May-2025 19:30:54 JST Elias Mårtenson Elias Mårtenson

    Swedish uses much more precise words to describe relations. I came across a sentence in English that is almost completely untranslatable without more context: "One of my grandfathers really likes strawberries, but my other grandfather hates them".

    This is because Swedish uses different words for the parental and paternal grandparents. If you speak Swedish, try to translate the sentence above. It's not easy.

    What other languages have this problem? Even Norwegian and Danish have words for this I think?

    #linguistics

    In conversation about 10 months ago from functional.cafe permalink
  18. Embed this notice
    Elias Mårtenson (loke@functional.cafe)'s status on Tuesday, 06-May-2025 01:07:43 JST Elias Mårtenson Elias Mårtenson
    in reply to
    • Lukasz Olejnik
    • Alun Jones

    @ftp_alun @LukaszOlejnik Seems like it. Since it's basically free to send out an uncountable number of reports, there is no limit to the number of reports you can send. On the receiving end, there's a lot of work though, but that's not their problem.

    In conversation about 10 months ago from functional.cafe permalink
  19. Embed this notice
    Elias Mårtenson (loke@functional.cafe)'s status on Tuesday, 06-May-2025 01:06:28 JST Elias Mårtenson Elias Mårtenson
    in reply to

    @LukaszOlejnik If I click on the reporter's username, there is a list of "closed bugs" together with dollar amounts. Is this money paid out?

    If so, the slop is profitable, so it won't go away.

    In conversation about 10 months ago from functional.cafe permalink
  20. Embed this notice
    Elias Mårtenson (loke@functional.cafe)'s status on Tuesday, 29-Apr-2025 20:14:52 JST Elias Mårtenson Elias Mårtenson
    in reply to
    • clacke
    • Lesley Carhart :unverified:

    @clacke @hacks4pancakes cool, let me know if you show up. Short meetup afterwards?

    In conversation about 10 months ago from functional.cafe permalink
  • After
  • Before

User actions

    Elias Mårtenson

    Elias Mårtenson

    Lisp, Emacs, APL and a bunch of other stuff.From Sweden, living in Singapore.I always work on a bunch of projects. My current major ones are:A graphical frontend to Maxima: https://github.com/lokedhs/maxima-clientKap: An APL-based programming language: https://codeberg.org/loke/array#lisp #commonlisp #apl #retrocomputing #linux #kap #climaxima #emacs #atari #fedi22

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          8774
          Member since
          5 Sep 2022
          Notices
          254
          Daily average
          0

          Feeds

          • Atom
          • Help
          • About
          • FAQ
          • TOS
          • Privacy
          • Source
          • Version
          • Contact

          GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.