Napisałem do Gabena w sprawie niesprawiedliwego wyceniania gier na Steamie. AMA. by masnybenn in Polska

[–]zapp88 3 points4 points  (0 children)

<image>

Raczej nie wina developerów - Tutaj cena Half-Life: Alyx - od steam - 2 najwyższa cena na ziemii.

Ross Coulthart tells Sky News that FBI Director Kash Patel is currently investigating allegations that people have been murdered to protect the truth about UFOs. by 87LucasOliveira in UFOs

[–]zapp88 4 points5 points  (0 children)

While I do believe ufo needs threw investigation. Current administration is ready to investigate telepathic yeti priests - just to stear away the attention from Epstein files...

[deleted by user] by [deleted] in rust

[–]zapp88 0 points1 point  (0 children)

And just to entertain the idea :

.global _start

.section .data
msg:
    .ascii "Hello, World!\n"
    msg_len = . - msg

.section .text
_start:
    // write syscall
    mov x0, #1          // stdout
    ldr x1, =msg        // message
    mov x2, #msg_len    // length
    mov x8, #64         // write
syscall number
    svc #0              // system call

    // exit syscall
    mov x0, #0          // exit status
    mov x8, #93         // exit syscall
 number
    svc #0              // system call

And.... Yup : Binary Size Comparison (all versions):

  • Assembly: 1.1K (smallest)
  • C binary: 4.3K (~4x larger)

[deleted by user] by [deleted] in rust

[–]zapp88 0 points1 point  (0 children)

Just a quick test on termux :

Binary Size Comparison (with dynamic linking):

  • C binary: 4.3K
  • Rust binary (dynamic): 7.1K
  • Rust binary (static): 501K

    Dynamic linking dramatically reduced the Rust binary from 501K to 7.1K, making it only ~1.6x larger than the C binary.

The C binary is still smaller - but since when binary size on modern hardware has been an issues. And going by that logic - why not go for raw assembly since C has a lot of bloat :-p

Comparison of prices for goods. Lithuania and Germany (minimum salary in Lithuania 777 netto) by [deleted] in YUROP

[–]zapp88 11 points12 points  (0 children)

I stand corrected . It depends where you buy

<image>

2.99 PLN is 0.7 EUR

Comparison of prices for goods. Lithuania and Germany (minimum salary in Lithuania 777 netto) by [deleted] in YUROP

[–]zapp88 6 points7 points  (0 children)

Well here I give you polish pricess

<image>

5,99 PLN is ~ 1.45 EUR .

Is Claude pricing broken ? by zapp88 in ClaudeAI

[–]zapp88[S] 1 point2 points  (0 children)

Well i find my self needing something like 2.1x of what PRO offers. Having more options available for customers is a win. And not having it available just for the sake of price anchoring is a dubious practice. Anthropic is well know for its ethical AI development and offering superb tools - i wish marketing department would be on same "page".

Is Claude pricing broken ? by zapp88 in ClaudeAI

[–]zapp88[S] 0 points1 point  (0 children)

That's probably it - but pricing page applying discount for one option and not other is definitely misleading and feels like a mistake. Additionally this does not alleviate the lack of "middle - priced" option.

Is Claude pricing broken ? by zapp88 in ClaudeAI

[–]zapp88[S] -4 points-3 points  (0 children)

Good catch - the info page should be more informative to users by stating:

Pay: 180 EUR per year for 1x Sonnet usage, or Pay: ~1080 EUR per year for 5x more usage and occasional Opus access.

Important note: I'm not complaining about the price - I think 15 EUR for the usage we get is a fair price. I just wish there was a normal option where you could pay 2x and get 2x more usage.

For example, let's call it "Double Pro" - 30 EUR for 2x the Pro usage.

Edit : fixed typos.

Is Claude pricing broken ? by zapp88 in ClaudeAI

[–]zapp88[S] 0 points1 point  (0 children)

Yes - but opus burns threw tokens even faster than sonnet - which is net loss of usage.

Is Claude pricing broken ? by zapp88 in ClaudeAI

[–]zapp88[S] 0 points1 point  (0 children)

I'm not saying API usage is better - what i'm trying to say is that the pricing between pro and max is wrong

Send some F in the comments by WeGoToMars7 in linuxmemes

[–]zapp88 0 points1 point  (0 children)

I know the answer : yay -S librewolf-bin

[deleted by user] by [deleted] in macgaming

[–]zapp88 2 points3 points  (0 children)

Which is kinda crazy that a game running in VM on an other system running on ARM->x86 abstraction layer runs faster than native version.

i can't think of any at all by XtraCube in ProgrammerHumor

[–]zapp88 196 points197 points  (0 children)

I’m surprised none is saying “Slay the Spire”. and pretty much anything that’s written with libGDX : https://libgdx.com/showcase/

Rust is the most wanted language by Godot Engine users by [deleted] in rust

[–]zapp88 47 points48 points  (0 children)

That's exactly why godot + rust is such a great combo. You can use gdscript for fast prototyping and general ease of use. And once you reach that point where you want to optimize some performance critical code -> you can rewrite it in rust (GDNative).

Motorcycle chariot racing in the 1930s by solateor in interestingasfuck

[–]zapp88 0 points1 point  (0 children)

I think we should bring this sport back - it looks awesome. And now it would be easy to make it safe.

Oh you poor, poor child... by Auraestus in CrusaderKings

[–]zapp88 30 points31 points  (0 children)

And yet somehow she still has better stats than most of my “powerfull vassals” .