/g/ - Technology

[X]

(for post deletion)
(12.00 MiB max)
Mark sensitive


File: signal-2023-04-08-23-53-09(...).jpg (81.39 KiB) [Draw]
https://github.com/oduwsdl/ipwb This looks cool. A shame the index isn't stored on IPFS though. If it was, it would be a censorship-resistent alternative to web.archive.org
>>
Anonymous 09/05/23(Tue)16:16:07 No. 1AGB55DZ
This is pretty cool

File: _20230723_000130.JPG (11.99 KiB) [Draw]
Tripcodes Anonymous 07/22/23(Sat)23:08:28 No. 3UQ5XP37
Why haven't tripcodes been updated since the early days of imageboards? Insecure tripcodes are, as the name suggests, insecure and secure tripcodes don't work cross-site (which is essential for a federated network like this one is supposed to be). I propose using public-private keypairs as tripcodes. You can do this already by pasting the output of GPG into the post field, but it would be more convenient if a browser extension or client-side JS did everything automatically.
>>
Anonymous 07/22/23(Sat)23:17:36 No. 26VTQP8X
To avoid walls of text, the signature and public key should be hidden from the user by default.
>>
Anonymous 08/02/23(Wed)22:01:30 No. TW4IJWO0
Maybe WebAuthN could be used.
>>
Anonymous 08/03/23(Thu)20:06:55 No. FS1VBKDH
>>3UQ5XP37 (OP) ddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
>>
Anonymous 08/18/23(Fri)22:26:45 No. EYIR6P7Q
>newgen tripfaggotry nah just do it like me develop such an unique and retarded writing style that ppl can spot it from miles away no bloatware necessary

File: Screenshot_at_2023-06-21_0(...).png (10.15 KiB) [Draw]
Scheme syntax rule question. Anonymous 06/21/23(Wed)09:57:35 No. 6XYD26EZ
I created a hygienic macro called `fork` that creates a lambda function which chains comparison functions together like this. (fork number? and integer?) -> (lambda (x) (and (number? x) (integer? x))) Or more generally, (fork check1 connector check2) -> (lambda (x) (connector (check1 x) (check2 x))) It can take variable terms and it has the same behavior so that you can write more complicated definitions. The macro I wrote has the same behavior as (fork check1 connector1 check2 connector2 check3) -> (lambda (x) (connector2 (connector1 (check1 x) (check2 x)) (check3 x))) But it defines more lambda functions than that. Pic related is the actual definition. I am wondering whether or not it's possible to write a hygienic definition of the fork macro that takes any number of arguments, but only defines one lambda function. I want to use syntax-case or define-syntax, No defmacro macros. Also the reason I defined it as a macro instead of a function was because `and` and `or` are macros in scheme so you can't pass them to functions as parameters (at least to my knowledge).
>>
Anonymous 08/06/23(Sun)03:05:57 No. LLRVP5JN
I think I found out a way to do it that only defines the functions once. (define-syntax fork (syntax-rules () ((_ proc1 connector proc2 ) (lambda (x) (connector (proc1 x) (proc2 x)))) ((_ other other* ... proc1 connector proc2 ) (let ((foo (fork proc1 connector proc2))) (fork other other* ... foo )))))
>>
Anonymous 08/17/23(Thu)00:43:09 No. 0JHUKZ9K
I just realized I can define syntax rules with accumulators after I accidentally made one. Pretty cool. (define-syntax easy-define-symbols (syntax-rules () ((_ () code ...) (begin code ...)) ((_ ( sym syms ...) code ...) (define-multi (syms ...) code ... (define sym (quote sym) )))))
>>
Anonymous 08/17/23(Thu)00:46:40 No. R6HZATRN
>>0JHUKZ9K Now I want to try making a macro with two recursive calls.

File: file_example_MP3_1MG.mp3 (1.01 MiB) [Draw]
what u worry bout trip codes for you cant even render a gif thumbnail properly morons

File: file_example_MP4_480_1_5MG.mp4 (1.50 MiB) [Draw]
wwwwwwwwwwwwwwwwww

File: noot.gif (139.47 KiB) [Draw]
How the fuck do we revive fchan? Also how do we see the list of instances that this instance federates with?
49 replies and 3 images, Click here to view all.

>>
Anonymous 07/10/23(Mon)19:16:37 No. 23NEEX8V >>5QYRB6UK
more fchan instances when? lemmy is now popular, surely some people there will be interested in imageboard culture as well
>>
Anonymous 07/10/23(Mon)22:40:11 No. 6QQ1HOD6 >>YWGZHAEP
>>3GZJSGY1 (OP) By hosting another instance, obviously.
>>
Anonymous 07/11/23(Tue)10:41:07 No. YWGZHAEP
>>6QQ1HOD6 you first
>>
Anonymous 07/12/23(Wed)09:13:51 No. fmain-4DMVWHXE
Hmm, posts made from thread links on the local overboard have fmain IDs. If that's intentional, no prob - a bit weird though.
>>
Anonymous 07/15/23(Sat)07:22:49 No. 5QYRB6UK
>>23NEEX8V one step at a time but indeed, lemmy is fucking exploding

File: original-20.jpg (247.92 KiB) [Draw]
https://www.youtube.com/watch?v=yB662JQJ_hU Soon we won't be able to tell what's real and what isn't anymore.
>>
Anonymous 07/11/23(Tue)00:10:50 No. 30Z9MP8O
idk i already have hyperreality bro u dont come back ever thats how it works

File: 48c9fa87e407a794.png (90.46 KiB) [Draw]
Retarded idea Anonymous 07/20/22(Wed)23:24:30 No. HQ0EFRB6
Is it possible to derive a private key from a public key safely if you salt it with a cryptographically random, secret salt which would form part of the private key? If it is, then you can have human-meaningful, secure, decentralised, globally unique identifiers without the need for a blockchain.
12 replies, Click here to view all.

>>
Anonymous 12/05/22(Mon)21:28:08 No. UMCMO4G4
>>RA4C02YX I think that's an ecash system but I'm not sure. It does use blind signatures.
>>
Anonymous 07/08/23(Sat)06:33:44 No. J7W6N5NS >>8R13MVM6
test
>>
Anonymous 07/08/23(Sat)06:52:53 No. 8R13MVM6 >>65J5JK30
>>J7W6N5NS Did it work?
>>
Anonymous 07/08/23(Sat)08:15:26 No. 65J5JK30
>>8R13MVM6 Yes?
>>
Anonymous 07/08/23(Sat)17:43:45 No. fg-F15E2B2B
Obviously not.

File: 1685386948389930.jpg (63.94 KiB) [Draw]
Forth only systems Anonymous 06/17/23(Sat)05:17:05 No. I05FE9WL
Has any body used forth instead of an operating system in modern times. I have heard of people doing it in the past and have heard that you can do it but I haven't seen anybody actually do it. I know it was one of the first programs ported to x86 but I don't think they used it for a long time.
>>
Anonymous 06/17/23(Sat)16:12:08 No. fg-D7BBA7CB
You may be interested in CollapseOS and the somewhat related DuskOS: >http://collapseos.org/ >https://duskos.org/ They're modern Forth systems, with the first focusing on bootstrapping technology after the collapse of civilization, while the second is for post-collapse, but for when modern computers still exist
>>
Anonymous 06/20/23(Tue)04:56:20 No. MY1EU503
>>fg-D7BBA7CB Cool thanks

File: favicon.png (12.60 KiB) [Draw]
New thread with hopefully correct post order
>>
Anonymous 06/28/21(Mon)22:27:53 No. YWIC7C0Q
>>fb-XMNBC1RI → this is tor
>>
File: WKSD306N.png (31.23 KiB) [Draw]
>>fb-HLFLRJWU → seems to be
>>
Anonymous 06/28/21(Mon)22:30:08 No. SFHENZUG
>>fb-HLFLRJWU →
>>
Anonymous 06/28/21(Mon)22:35:15 No. JXEJHRBE
couple bugs ill have to sort out, post quotes are not showing the in the quoted post.
>>
File: jpg.jpg (211.97 KiB) [Draw]
>>DVNGII5Y (OP)

File: D8D30C18-4269-4B78-AB1F-F8(...).jpeg (193.47 KiB) [Draw]
Fuck pedos, they’re the main reason that crypto anarchy sucks and we can’t have free speech/data absolutism.
31 replies and 1 images, Click here to view all.

>>
Anonymous 07/25/22(Mon)03:09:58 No. CNJHT8PH
Because we are the based race, stupid goy.
>>
Anonymous 07/29/22(Fri)14:57:31 No. SW9KHLJG
>>F88Y8I2N We were chosen because we're based.
>>
Anonymous 08/09/22(Tue)14:01:15 No. Y3T6XC9J
>Fuck pedos, they’re the main reason that crypto anarchy sucks and we can’t have free speech/data absolutism. The problem is that your ideology is not conformant with reality.
>>
Anonymous 08/10/22(Wed)09:12:28 No. 2UORXYNW
>>fg-PFJ37RVE (OP) pedos are just the scape goats. The real motivation is information control. When printing press was invented they quickly made rules to censor opinions that were dangerous for moral or state security reasons. Some things just never change
>>
Anonymous 08/13/22(Sat)23:00:31 No. UPSHAPDT
>>DWDR8K1S

File: ehhl2.jpg (232.46 KiB) [Draw]
Nostr Badfaith-sama =3 03/12/23(Sun)15:28:23 No. KIYGGGAY
Why did they have to make the protocol so entwined with the Lightning Network (shit)? A decentralized* protocol that is married to a network which takes bitcoin and essentially adds reliance on centralized nodes. What compels people to kneecap their own work? Fuck your Bech32 motherfucker!
>>
Anonymous 03/12/23(Sun)15:30:29 No. CX4M20ZV
>>KIYGGGAY (OP) >NO but you can run your own Lighting nodes bro, trust me bro you can be lighting network i swear this is how nostriges think, do not TRUST THEM
>>
Anonymous 03/12/23(Sun)15:33:25 No. ICFJPWUW
>>KIYGGGAY (OP) also I am NOT a homosexual admin, i will forgive you just this once, but in the future please do not disgrace me in such a way...

File: (0.00 KiB) [Draw]
I used to have a very autistic setup for generating my site, but I rewrote it on hugo and I liked using it. I spent a couple of days reading about it (it has good documentation) and messing around with it, so I will stick with it. My site still has that same boring look, but now that manipulating the layout is easier, I will try to create something that looks decent. I also spend some time surfing the web and reading other people's personal sites, so I have some ideas for how to design mine. Anyway, have you ever used hugo? What do you think of it?
6 replies, Click here to view all.

>>
Anonymous 08/09/22(Tue)14:05:11 No. fg-D425D434 >>fg-A4842A04
I've come close to using Hugo but I keep using a really autistic and overengineered shellscript setup instead, but it has a slight sentimental value to it so I'll probably keep on using it for now. I am half familiar with how Hugo works and it would probably drastically simplify my website but eh. I also just kinda like the simplicity of lowdown | cat header.html - footer.html | sed whatever, except it's all wrapped up in a simple "make"
>>
Anonymous 08/11/22(Thu)10:33:18 No. fg-A4842A04
>>fg-D425D434 My setup was similar except I used smu as my markdown translator. I used hugo not to simplify, but to automatize things i was previously doing manually, like the pages on the navigation bar and the list of articles on the articles page. I suppose, that counts as simplifying since I don't have to worry about that anymore. Obviously all of this could be implemented on a shell script using find to get a list of files and parsing that to know what to write on each list, but at some point, like you said, it becomes overengineered and you are better off using something written on a real programming language.
>>
Anonymous 08/22/22(Mon)21:28:12 No. fg-C23B84EC >>fg-E1F6DCCA
Hugo is kinda dumb. It is 10000000000000 times simpler to take a hugo template and just hand code it and maintain/change it by hand. Hugo is the best site generator, but site generators are stupid in general. The markdown is just a stupid fucking thing to learn. Learn markdown in order to make simple html pages. Wait...isn't just learning html easier?? :)
>>
Anonymous 09/05/22(Mon)13:19:20 No. fg-E1F6DCCA
>>fg-C23B84EC >It is 10000000000000 times simpler to take a hugo template and just hand code it and maintain/change it by hand. What. >Wait...isn't just learning html easier?? Do you mean to say that you think handwriting HTML tag soup is better than writing simple markdown and letting the computer doing the shit job of putting everything between <>? If that's the case I'm just gonna go ahead and assume you have never written a website with more than 3 pages.
>>
Anonymous 09/09/22(Fri)03:59:39 No. PEUHKFVD
>>fg-E1F6DCCA I like markdown but sometimes you can't do everything you want to do in it. I haven't tried hugo yet.

File: Hon.jpg (113.82 KiB) [Draw]
Windows General #1 Anonymous 07/09/22(Sat)01:27:38 No. ftech-W02JV9FK
This is the start of the new Windows general to discuss everything we love and loath about Microsoft's landmark line of OS :3 From software recommendations, tips/tricks, advice and even the point where Windows made you want to begin your transition. @_@ ^₩^ ×÷× *&* `~'
>>
File: caret-browsing-edge-ie.webp (9.29 KiB) [Draw]
>>ftech-W02JV9FK (OP) Windows 11 is really good you should try it!!!!!!!
>>
File: small brain wintard.png (605.24 KiB) [Draw]
ywnbf
>>
Anonymous 08/29/22(Mon)00:36:36 No. fg-TXRD5B2B
>>ftech-PYF2ZVUW OpenBSD.

File: webp.webp (1.40 KiB) [Draw]
sudo rm -rf /*
>>
Anonymous 07/19/22(Tue)20:51:40 No. ftech-DZ7EL24L
>>ftech-0UPC4092 (OP) me
>>
File: rms soyjak.png (21.54 KiB) [Draw]
>>ftech-0UPC4092 (OP) [fed@cia ~] ~> sudo rm -rf /* bash: sudo: command not found [fed@cia ~] ~>


[0]
[1]
[2]
[3]
[4]
[5]
[6]
[7]
[8]
[9]
[10]
Delete Post: [File Only]
[Home] [Rules] [FAQ]

All trademarks and copyrights on this page are owned by their respective parties.

v0.1.1

Theme: