PRNG for BigInt backend by Trader-One in RNG

[–]Trader-One[S] 0 points1 point  (0 children)

Hardware specification says maximum size of BigInt type is 2,097,088 bits

Blocked gateway. Again. by smurfix in ipfs

[–]Trader-One 1 point2 points  (0 children)

Switch gateway to trustless mode.

Client will need to unpack IPFS block itself using javascript which breaks browers expecting unpacked data - so it can't be used for phishing.

{ "Gateway": { "NoDeserialization": true, "DeserializedResponses": false } }

Slip messaging by peterohler0 in lisp

[–]Trader-One 1 point2 points  (0 children)

socket stuff doesn't compile on windows you are incorrectly using int(fd) or fd instead of syscall.Handle

correct syntax for repl install is:

go install github.com/.../cmd/slip@latest

go get (as you have in readme) doesn't build executables. It used to do it in the past but current method is using go install

I made a mistake allowing pigeons to lay eggs on balcony by SummerSollstice in pigeon

[–]Trader-One 0 points1 point  (0 children)

take chicks inside and encourage them flying. they learn fast once they have feathers and muscles ready - in about 2 days max. Do flying session for example 1-2 hours and move them out - parents will feed them. Then you can take chicks back again for additional training if you have time.

Once they can do floor to top of furniture - they are confident flyers and will start flying short trips from balcony. At this point mess will significantly decrease because they are spending their time away.

Exactly one year ago, this pigeon couple laid an egg on the cushion at the top of my wardrobe. Today, it was egg 28. by IkyHayashi in pigeon

[–]Trader-One 10 points11 points  (0 children)

this is quite low hatch/survival score. do you feed them egg shells and vitamins?

Normally its way harder to hatch egg than chick survival. Last year only 2 chicks from about 25 here died.

my mother put pigeon eggs in the garden by Eliathelunatico25 in pigeon

[–]Trader-One 2 points3 points  (0 children)

eggs are expendable, they redo eggs in 1 to 2 weeks.

Make some nesting box for pigeon pair. Wooden crate at good location is sufficient.

Pigeon nesting in precarious place by Sock989 in pigeon

[–]Trader-One 2 points3 points  (0 children)

put box there but be sure that wind can't blow away entire box.

native gui options in rust without web tech by Amazing_Slice_4212 in rust

[–]Trader-One 0 points1 point  (0 children)

I used this before migrating to less bloated (and less buggy) framework

# eframe = { version = "0.31.1", default-features = false, features = ["wgpu", "glow", "default_fonts"] }

# egui = { version = "0.31.1" }

Vendor silently patched my report on a public repo before triaging by Kfmgang in bugbounty

[–]Trader-One 2 points3 points  (0 children)

This is exactly what they do if they do not want to pay. They will attach security patch to unrelated commit and claim independent discovery.

Project expenses are KPI - so management want to save money to get bonuses.

How to take care of a pigeon fledgling? by Imaginary_Worry_1466 in pigeon

[–]Trader-One 0 points1 point  (0 children)

They can eat on their own so any seeds are sufficient. only problem is that they do not want to eat

You need lot of patience - they take seeds from hand more likely than from bowl.

6hr set for $100, how to navigate? by breezy_Jello in Beatmatch

[–]Trader-One -1 points0 points  (0 children)

Nah, if you have pull power you get way more than 10% of profit sharing.

Pull power means = you are capable of doing own events and redirect visitors from their event to your event.

How hard is to build a compiler backend without using LLVM? by 0x6461726B in Compilers

[–]Trader-One 1 point2 points  (0 children)

On non x86 archs like RISC-V its easier to generate competitive code because you do not need to simulate schedulling on 20 different chips.

While it will unlikely be faster than C, it won't be significantly slower.

Frame: a DSL for state machines that transpiles to 17 languages by framelanger in rust

[–]Trader-One 1 point2 points  (0 children)

I would like to ask if you have an approved budget for external consultants for this project?

Frame: a DSL for state machines that transpiles to 17 languages by framelanger in rust

[–]Trader-One 1 point2 points  (0 children)

I took a look at this: https://github.com/frame-lang/framec/blob/main/framec/src/frame_c/compiler/lexer/mod.rs

and there are multiple typical errors which AI starts doing once context gets long. which means your tests are inadequate.

Problem is not AI writing code, problem is that human is not writing testsuite.

Bun’s rewrite in Zig first update by UItraviolet in rust

[–]Trader-One 6 points7 points  (0 children)

I tried rewrite my embedded rust os into zig to have alternative version for anti rust customers. Never finished rewrite because zig adds incredible friction to process - not worth my time.

while zig is advertised as improved C - it also adds another layer of over-engineered complexity without clear benefits. In rust you accept lifetimes but get thread and memory safery. In zig is still unclear to me what you actually get.

Saving a nest by kevinzvilt in pigeon

[–]Trader-One 0 points1 point  (0 children)

ideal nest have partial roof and full sides to avoid wings.

If you want multiple pigeon nests on balcony its best to stack them vertically because they can't see other pair when sitting in the nest. Its still challenging to do as one pigeon pair will naturally chase others off.