AstraKernel

@AstraKernel@infosec.exchange

Who am i?

Am i a #programmer? Am i a #pentester? Am i an #Artist? Am i a #DevOps engineer? Am I a #ML researcher? Am i human?

I was nothing a few decades ago and i will be nothing a few decades after.

But i am a small part of this universe and making my small contribution to the universe.

#infosec #programming

This profile is from a federated server and may be incomplete. Browse more on the original instance.

AstraKernel, (edited ) to golang

๐Ÿฆ€ Turborepo, fully ported from Go to Rust

๐Ÿ‘‰ High performance JavaScript & TypeScript build system

"noticed that Rustโ€™s features allowed us to build better types..."

"...In Rust,we were able to model this as an enum"

https://vercel.com/blog/finishing-turborepos-migration-from-go-to-rust

AstraKernel,

@bttk
Thank you for pointing out. Fixed it

AstraKernel, to rust

โœจ Tock OS, now Compiles on Stable Rust

https://tockos.org/blog/2024/talking-tock-55/

๐Ÿ‘‰ Embedded operating system designed for running multiple concurrent, mutually distrustful applications on Cortex-M and RISC-V based embedded platforms

AstraKernel, to rust

๐Ÿฆ  New MacOS Backdoor Written in Rust Shows Possible Link with Windows Ransomware Group

๐Ÿ‘‰ Bitdefender identify the malware as. "Trojan.MAC.RustDoor.*"

It should be RustedDoor ๐Ÿ˜„

https://otx.alienvault.com/pulse/65c9f7692a3df0cac7a0b575

AstraKernel, to rust

๐Ÿชฒ Shellcode evasion using WebAssembly and Rust

๐Ÿ‘‰ Delivering metasploit stager payload using the WebAssembly to evade AV detection

https://balwurk.com/shellcode-evasion-using-webassembly-and-rust/

AstraKernel, to rust

๐Ÿฆ€ Google Contributes $1M to Rust Foundation to Support C++/Rust โ€œInterop Initiativeโ€

https://foundation.rust-lang.org/news/google-contributes-1m-to-rust-foundation-to-support-c-rust-interop-initiative/

AstraKernel, to programming

โœจ Framework Benchmarks sorted by composite score)

What's up with these purple

Why are they on top and which language they are written in ?

AstraKernel,

@Corax42
Most of them are not production-ready. Only production ready framework I can see is Actix and Axum

Why is Javascript in the top 2 of techempower?
https://just.billywhizz.io/blog/on-javascript-performance-01/

From the justjs article:
"I made some changes to the dns code to use /etc/resolv.conf and /etc/hosts to determine the IP address of the database once I realised the production environment was using the --add-host docker option to inject the database IP address into the container /etc/hosts file."

AstraKernel, to golang

โœจContext Control in Go - Best practices for handling context plumbing

https://zenhorace.dev/blog/context-control-go/

AstraKernel, to golang

โœจ Generic retry function in Go

๐Ÿ‘‰ Takes another function that accepts arbitrary arguments

๐Ÿ‘‰ Retry with max attempts until the input function does not return error

https://rednafi.com/go/generic_retry_function/

AstraKernel, to rust

๐Ÿฆ€ Microsoft hiring team to migrate C# code to Rust

๐Ÿ‘‰ Principal Software Architect, M365

https://jobs.careers.microsoft.com/global/en/job/1633482/Principal-Software-Architect

mo8it, to bevy
@mo8it@fosstodon.org avatar

Who is also attending the online Meetup tomorrow? ๐Ÿ˜ƒ

https://meetup.com/bevy-game-development/events/298399958/

Great talks by great people are scheduled. Don't miss them ๐Ÿƒโ€โ™‚๏ธ

Thanks to @rusticorn for organizing it! :blobcatheart:

AstraKernel,

@mo8it
Thank you for sharing
@rusticorn

AstraKernel, to rust

โœจ Create a socket.io server with Socketioxide and Axum

๐Ÿ‘‰ Socket.IO is a library that enables low-latency, bidirectional and event-based communication between a client and a server

https://youtu.be/HEhhWL1oUTM?si=uSPcLHdx6kh3lddA

AstraKernel, to rust

๐Ÿฆ€ Why Rust in Production?

๐Ÿ‘‰ Predictable Runtime Behavior
๐Ÿ‘‰ Reliability and Stability
๐Ÿ‘‰ Cost Savings
๐Ÿ‘‰ Ergonomics

https://corrode.dev/why-rust/


AstraKernel, to rust

๐Ÿฆ€ Hand-drawn Ferris

From reddit:
https://www.reddit.com/r/rust/s/VATnxDAOb3

AstraKernel, to rust

๐Ÿฆ€ Awesome Rust

๐Ÿ‘‰ A curated list of Rust code and resources

https://github.com/rust-unofficial/awesome-rust

martijnarts, to rust
@martijnarts@mastodon.nl avatar

Very excited to see Zed open sourced ๐Ÿ‘€

I've tried it a few times. It's so fast! But vim support hasn't been good enough to work for me. Hopefully as OSS it'll grow faster there.

Also big news for UI dev. A fully fledged, very well designed application built entirely in Rust, with its own immediate-mode UI library that they intend to spin out and make multiplatform. Very very cool.

AstraKernel,

@martijnarts
Are you running in Mac?

AstraKernel, to devops
AstraKernel, to rust

โœจ Making Rust binaries smaller by default

๐Ÿ‘‰ "The PR has been merged a week ago, and it is now in nightly! ๐ŸŽ‰" ๐Ÿ˜Š

https://kobzol.github.io/rust/cargo/2024/01/23/making-rust-binaries-smaller-by-default.html

AstraKernel, to linux
kubikpixel, (edited ) to rust German
@kubikpixel@chaos.social avatar

deleted_by_author

  • Loading...
  • AstraKernel,

    @mo8it
    "You don't see officially elaborating on its comparison to other languages because it is unique with its borrow checker"
    Solid point

    @kubikpixel

    debugpoint, to FreeBSD
    @debugpoint@floss.social avatar

    FreeBSD developers are assessing the possibility and benefits of bringing Rust into the base system.
    https://debugpointnews.com/freebsd-rust/

    AstraKernel,

    @debugpoint
    Cool ๐Ÿ‘

    AstraKernel, to rust
    AstraKernel,

    @kta
    I don't. I found it on reddit. This might be useless code. But will help to understand/strengthen certain concepts.

    AstraKernel, to golang

    Stack Overflow ๐Ÿ˜Ž

    ๐Ÿ‘‰ Skill issue

    AstraKernel,

    @dolanor
    Yup. It was an accidental recursion because of incorrect implementation of a function for an interface.
    @sattellite

  • All
  • Subscribed
  • Moderated
  • Favorites
  • โ€ข
  • megavids
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • InstantRegret
  • GTA5RPClips
  • Youngstown
  • everett
  • slotface
  • rosin
  • osvaldo12
  • mdbf
  • ngwrru68w68
  • JUstTest
  • cubers
  • modclub
  • normalnudes
  • tester
  • khanakhh
  • Durango
  • ethstaker
  • tacticalgear
  • Leos
  • provamag3
  • anitta
  • cisconetworking
  • lostlight
  • All magazines