Discussion
Loading...

#Tag

  • About
  • Code of conduct
  • Privacy
  • Users
  • Instances
  • About Bonfire
Hacker News
@h4ckernews@mastodon.social  ·  activity timestamp yesterday

GooglePlay reports latest F-Droid version of Aves Libre as potential malware

https://github.com/deckerst/aves/issues/1802

#HackerNews #GooglePlay #F-Droid #AvesLibre #malware #cybersecurity

  • Copy link
  • Flag this post
  • Block
stefania maurizi
@smaurizi@mastodon.social  ·  activity timestamp 2 days ago

l'esperto internazionale di armamenti #AndrewFeinstein ci ha detto:

"l’ #F-15 è “uno dei caccia più usati nel bombardamento di Gaza, insieme con #F-16 e #F-35. È in grado di trasportare bombe da 2000 libbre, che sono state largamente usate”:

https://www.ilfattoquotidiano.it/in-edicola/articoli/2025/10/29/bombe-in-palestina-dagli-f-15-con-pezzi-forniti-da-leonardo/8176759/

Il Fatto Quotidiano

Bombe in Palestina dagli F-15 con pezzi forniti da Leonardo - Il Fatto Quotidiano

Leggi su Il Fatto Quotidiano l'articolo in edicola "Bombe in Palestina dagli F-15 con pezzi forniti da Leonardo" pubblicato il 29 Ottobre 2025 a firma di Stefania Maurizi
  • Copy link
  • Flag this post
  • Block
stefania maurizi
@smaurizi@mastodon.social  ·  activity timestamp 2 days ago

l'esperto internazionale di armamenti #AndrewFeibstein ci ha detto:

"l’ #F-15 è “uno dei caccia più usati nel bombardamento di Gaza, insieme con #F-16 e #F-35. È in grado di trasportare bombe da 2000 libbre, che sono state largamente usate”:

https://www.ilfattoquotidiano.it/in-edicola/articoli/2025/10/29/bombe-in-palestina-dagli-f-15-con-pezzi-forniti-da-leonardo/8176759/

Il Fatto Quotidiano

Bombe in Palestina dagli F-15 con pezzi forniti da Leonardo - Il Fatto Quotidiano

Leggi su Il Fatto Quotidiano l'articolo in edicola "Bombe in Palestina dagli F-15 con pezzi forniti da Leonardo" pubblicato il 29 Ottobre 2025 a firma di Stefania Maurizi
  • Copy link
  • Flag this post
  • Block
Hacker News
@h4ckernews@mastodon.social  ·  activity timestamp 3 days ago

What We Talk About When We Talk About Sideloading

https://f-droid.org/2025/10/28/sideloading.html

#HackerNews #WhatWeTalkAbout #Sideloading #TechTrends #AppDevelopment #MobileApps #F-Droid

  • Copy link
  • Flag this post
  • Block
d@nny disc@ mc²
@hipsterelectron@circumstances.run  ·  activity timestamp 5 days ago

i HATE truthiness

ionchy :meowcowboy:
@ionchy@types.pl replied  ·  activity timestamp 5 days ago

@hipsterelectron racket's is the only good version of it imo. everything is truthy except for #f, which is the only falsey value

  • Copy link
  • Flag this comment
  • Block
d@nny disc@ mc²
@hipsterelectron@circumstances.run  ·  activity timestamp 3 weeks ago

i had missed this file that actually implemented the regex engine https://github.com/python/cpython/blob/main/Modules/_sre/sre_lib.h that looks much more familiar. the case statement doing what it was made for

d@nny disc@ mc²
@hipsterelectron@circumstances.run replied  ·  activity timestamp 3 weeks ago

this part in particular is fucking............it's really cool actually

/* generate 8-bit version */

#define SRE_CHAR Py_UCS1
#define SIZEOF_SRE_CHAR 1
#define SRE(F) sre_ucs1_##F
#include "sre_lib.h"

/* generate 16-bit unicode version */

#define SRE_CHAR Py_UCS2
#define SIZEOF_SRE_CHAR 2
#define SRE(F) sre_ucs2_##F
#include "sre_lib.h"

/* generate 32-bit unicode version */

#define SRE_CHAR Py_UCS4
#define SIZEOF_SRE_CHAR 4
#define SRE(F) sre_ucs4_##F
#include "sre_lib.h"

what does this mean?

/* This file is included three times, with different character settings */

that's right. they just did compile time polymorphism in 12 lines of standard C

  • Copy link
  • Flag this comment
  • Block
Giacomo Leidi
@paulbutgold@mastodon.bida.im  ·  activity timestamp 3 months ago

@dlakelan @abcdw @charliemac it may be that you need to override the #:select keyword argument, like in this case: https://codeberg.org/fishinthecalculator/gocix-mirror/src/branch/main/modules/oci/services/containers.scm#L700

You should pass it a function like:

(use-modules (ice-9 match))

(define-public (staged-module-name? name)
"Return true if NAME (a list of symbols) denotes a Guix or staged module."
(match name
(('guix _ ...) #t)
(('gnu _ ...) #t)
(('staged _ ...) #t)
(_ #f)))

This is what I'm doing in gocix: https://codeberg.org/fishinthecalculator/gocix-mirror/src/branch/main/modules/oci/self.scm#L9 .

  • Copy link
  • Flag this post
  • Block
Log in

bonfire.cafe

A space for Bonfire maintainers and contributors to communicate

bonfire.cafe: About · Code of conduct · Privacy · Users · Instances
Bonfire social · 1.0.0-rc.3.21 no JS en
Automatic federation enabled
  • Explore
  • About
  • Members
  • Code of Conduct
Home
Login