RaphaΓ«l's Avatar

RaphaΓ«l

@raftar.io

hi i do music and computering (distributed tracing at the moment) πŸ¦€ en/fr montrΓ©al all views expressed are provided as is without warranty of any kind express or implied he/they/any

64
Followers
55
Following
52
Posts
10.07.2023
Joined
Posts Following

Latest posts by RaphaΓ«l @raftar.io

Preview
Alberta uses notwithstanding clause again, on 3 laws affecting transgender youth | CBC News Alberta's governing United Conservatives stayed up into the early pre-dawn hours of Wednesday morning to pass a bill that uses the notwithstanding clause to shield laws affecting transgender youth.

Danielle Smith is cynically endangering Trans youth in Alberta just to feed the Maple MAGA base.

This shall not stand!

Sign the petition from @faejohnstone.bsky.social. I just did:

www.stop-smith.ca

www.cbc.ca/news/canada/...

11.12.2025 00:12 πŸ‘ 101 πŸ” 46 πŸ’¬ 7 πŸ“Œ 0

play unbeatable to find out

11.12.2025 05:11 πŸ‘ 209 πŸ” 16 πŸ’¬ 4 πŸ“Œ 0
Preview
Making it easier to sponsor Rust contributors | Rust Blog Empowering everyone to build reliable and efficient software.

in case you were looking to sponsor cool rust contributors, there is a list now :>

blog.rust-lang.org/2025/12/08/m...

11.12.2025 01:46 πŸ‘ 48 πŸ” 14 πŸ’¬ 2 πŸ“Œ 0
Preview
Defence minister says 'we're good' to meet 2% NATO spending target by March | CBC News Defence Minister David McGuinty assured MPs on Thursday that the federal government is on its way to meeting NATO's old, politically charged spending target of two per cent of GDP β€” just as the Wester...

Alternate headline:

Today Canada bought $3.6 billion worth of bombs from the U.S.

What the hell are we doing?

www.cbc.ca/news/politic...

05.12.2025 06:35 πŸ‘ 138 πŸ” 49 πŸ’¬ 10 πŸ“Œ 6
GRAPHIC: A Green New Deal for Canada

GRAPHIC: A Green New Deal for Canada

It’s time for the NDP to tell the truth: we must get off fossil fuels fastβ€”with no worker left behind.

Today I’m unveiling our Green New Deal: a plan to tackle both the climate and affordability crises by creating 1M good jobs, lowering bills, and building a new economy.

Join us: lewisforleader.ca

04.12.2025 14:21 πŸ‘ 173 πŸ” 40 πŸ’¬ 5 πŸ“Œ 10

optimistic guy in the town from Uzumaki: well I think our town is BLESSED by spirals

01.12.2025 02:17 πŸ‘ 996 πŸ” 180 πŸ’¬ 18 πŸ“Œ 3

The problem with AI is you can't really shoot it in the head yet

20.08.2025 19:25 πŸ‘ 760 πŸ” 132 πŸ’¬ 10 πŸ“Œ 2

hey @fasterthanli.me, was just wondering what your favoured way to receive monthly sponsorships is these days ? trying to move stuff off github where possible

27.11.2025 17:44 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

grok why does the spark of life leave my wife's eyes when she looks at me

17.02.2025 11:28 πŸ‘ 88 πŸ” 3 πŸ’¬ 1 πŸ“Œ 0

future societies looking back at this moment in american history, please don’t be scared. it can’t happen in your society.

11.02.2025 18:02 πŸ‘ 917 πŸ” 83 πŸ’¬ 11 πŸ“Œ 3
Post image

[NEW SONG]
twerkmaster 2000..... i would throw it back to this....

soundcloud.com/schwankreal/...

12.02.2025 05:20 πŸ‘ 34 πŸ” 6 πŸ’¬ 6 πŸ“Œ 2

As an example of the performance, Activision's Caldera map, with ~30k meshes and millions of polys is about:
* 60 ms/frame in 0.14;
* 45 ms/frame in 0.15;
* 9.1 ms/frame in 0.16 (with all my PRs landed).

By way of comparison, Blender won't even load the glTF file, it's so big.

11.02.2025 18:43 πŸ‘ 117 πŸ” 12 πŸ’¬ 6 πŸ“Œ 1

"use this gift hyper link to read the article" to me every hyper link is a gift

12.02.2025 15:15 πŸ‘ 713 πŸ” 50 πŸ’¬ 11 πŸ“Œ 0
My ridiculously overengineered #rust and #typescript website.
My ridiculously overengineered #rust and #typescript website. YouTube video by fasterthanlime

I don't have an addiction I can stop whenever I want

youtube.com/shorts/12buK...

12.02.2025 16:21 πŸ‘ 42 πŸ” 1 πŸ’¬ 4 πŸ“Œ 0
Video thumbnail

they made me post this

30.01.2025 06:06 πŸ‘ 42 πŸ” 10 πŸ’¬ 8 πŸ“Œ 0

looking at the bluesky wassup

28.01.2025 03:47 πŸ‘ 986 πŸ” 170 πŸ’¬ 183 πŸ“Œ 24

a sinking tide lowers all boats, which – critically β€” also includes sama’s boat

28.01.2025 03:43 πŸ‘ 37 πŸ” 1 πŸ’¬ 1 πŸ“Œ 1

say what you will about safety or speed or whateverβ€”rust’s killer feature is that i dont have to use cmake

26.01.2025 20:07 πŸ‘ 134 πŸ” 20 πŸ’¬ 4 πŸ“Œ 0

Who would have guessed he was reading all those β€œPresident Xi please send a good and cheap AI model” posts

27.01.2025 17:15 πŸ‘ 115 πŸ” 14 πŸ’¬ 1 πŸ“Œ 0
- #[derive(Copy, Clone)]
+ #[derive(Copy, Clone, Debug)]
- #[repr(C)]
- pub union unnamed_yaml_node_t_data {
-     /// The scalar parameters (for YAML_SCALAR_NODE).
-     pub scalar: unnamed_yaml_node_t_data_scalar,
-     /// The sequence parameters (for YAML_SEQUENCE_NODE).
-     pub sequence: unnamed_yaml_node_t_data_sequence,
-     /// The mapping parameters (for YAML_MAPPING_NODE).
-     pub mapping: unnamed_yaml_node_t_data_mapping,
+ pub struct UnnamedYamlNodeTData {
+     /// The scalar parameters (for YamlScalarNode).
+     pub scalar: UnnamedYamlNodeTDataScalar,
+     /// The sequence parameters (for YamlSequenceNode).
+     pub sequence: UnnamedYamlNodeTDataSequence,
+     /// The mapping parameters (for YamlMappingNode).
+     pub mapping: UnnamedYamlNodeTDataMapping,
  }

- #[derive(Copy, Clone)] + #[derive(Copy, Clone, Debug)] - #[repr(C)] - pub union unnamed_yaml_node_t_data { - /// The scalar parameters (for YAML_SCALAR_NODE). - pub scalar: unnamed_yaml_node_t_data_scalar, - /// The sequence parameters (for YAML_SEQUENCE_NODE). - pub sequence: unnamed_yaml_node_t_data_sequence, - /// The mapping parameters (for YAML_MAPPING_NODE). - pub mapping: unnamed_yaml_node_t_data_mapping, + pub struct UnnamedYamlNodeTData { + /// The scalar parameters (for YamlScalarNode). + pub scalar: UnnamedYamlNodeTDataScalar, + /// The sequence parameters (for YamlSequenceNode). + pub sequence: UnnamedYamlNodeTDataSequence, + /// The mapping parameters (for YamlMappingNode). + pub mapping: UnnamedYamlNodeTDataMapping, }

AUTOMATION IS COMING TO STEAL OUR GOOD `union` JOBS

27.01.2025 20:24 πŸ‘ 92 πŸ” 11 πŸ’¬ 2 πŸ“Œ 1

I love Balatro!!!!!

27.01.2025 12:24 πŸ‘ 22 πŸ” 1 πŸ’¬ 4 πŸ“Œ 0

Fun fact: the C in CPU actually stands for Central, as in Central Processing Unit. There's also the GPU, the MPU and the PPU. Those are the Greenwich Processing Unit, Mountain Processing Unit and Pacific Processing Unit.

26.01.2025 15:45 πŸ‘ 980 πŸ” 219 πŸ’¬ 18 πŸ“Œ 10

> orders the rust foundation to fire all of its dei hires
> no more straight white boys on the council

25.01.2025 19:12 πŸ‘ 75 πŸ” 13 πŸ’¬ 1 πŸ“Œ 0

Really enjoy how this totally random machine visually appears to be a whale.

21.01.2025 12:46 πŸ‘ 19 πŸ” 3 πŸ’¬ 3 πŸ“Œ 0
Post image
21.01.2025 14:42 πŸ‘ 13789 πŸ” 2094 πŸ’¬ 60 πŸ“Œ 35

fuck grey pnw winters i want to wake up in the sunny biting cold

22.01.2025 19:29 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

call me insane but the past few days in the -20s have been awesome its good to be back home in the northeast

22.01.2025 19:26 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

oh my god he's just doing it for the love of the game

22.01.2025 18:49 πŸ‘ 7 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

the guy who delivers me a burrito and a tasty treat makes $50/hr, because the guy is me and i make $50/hr. seems like i found a more effective way to raise the wage of a burrito courier than you did

22.01.2025 14:28 πŸ‘ 4 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0