bappity

joined 2 years ago
MODERATOR OF
[–] bappity 6 points 1 month ago (1 children)

arnold schwarze-WINNER

[–] bappity 7 points 2 months ago

and having a total of 1 braincell

[–] bappity 26 points 2 months ago (5 children)

on this point...

I heard from someone in my local area that it's getting to the point where people don't even know how to use a mouse and keyboard.

this is the iPad generation....

[–] bappity 17 points 2 months ago* (last edited 2 months ago) (4 children)

do other languages have the thing where sentences change meanings depending on what word you emphasize?

"what's PJ short for?"
"what's pj SHORT for?"

whack

[–] bappity 11 points 2 months ago* (last edited 2 months ago)

forced arbitration means you can't go through the normal court system if you want to sue them, instead resolving it through a private neutral third party.

and before, the waiver meant that you gave up your right to sue them in a class action lawsuit

getting rid of those is a massive W

[–] bappity 12 points 2 months ago (1 children)

reasonable response tbh

[–] bappity 23 points 2 months ago

better yet, the restaurant industry in America. you get mentally tortured while living on 2 cents an hour

[–] bappity 133 points 2 months ago* (last edited 2 months ago)

yeah sure, happy teams start with jira but they end up as angry and sad teams

[–] bappity 26 points 2 months ago (4 children)

religion being a cancer on this world example #9636472614364

[–] bappity 50 points 2 months ago (6 children)

PARTIALLY SIDED?

[–] bappity 2 points 3 months ago* (last edited 3 months ago)

I switched to using tiberius

bit different but not too hard don't have my code on hand atm but this is how I started with it

    let mut config = Config::new();
    config.host("your_server_name");
    config.database("your_database_name");
    config.authentication(tiberius::AuthMethod::sql_server("your_username", "your_password"));
    config.trust_cert();

    let tcp = TcpStream::connect(config.get_addr()).await?;
    tcp.set_nodelay(true)?;
    
    let mut client = Client::connect(config, tcp.compat_write()).await?;

then I did something along the lines of

fn main() {
        let stream = client.query(&query, &[]).await?;
        let rows = stream.into_first_result().await?;

        let db_data: Vec<MyObject> = rows.into_iter().map(mapping_function_i_made_for_myobject).collect();
}

fn mapping_function_i_made_for_myobject(row: Row) -> MyObject {
    MyObject {
        my_date_field: row.get::<NaiveDateTime, _>("my_date_field").map(|dt| Local.from_local_datetime(&dt).unwrap()),
    }
}

[–] bappity 5 points 3 months ago* (last edited 3 months ago) (4 children)

just started out rust and made a massive thing with sqlx only to find out the latest versions don't have mssql support anymore and the last version that did doesn't support decoding DateTime<Utc> 😭😭😭

had to rewrite the whole thing again with Tiberius, painful yet educational

 
235
IT'S THE WEEKEND (lemmy.world)
 
 
6
submitted 1 year ago* (last edited 1 year ago) by bappity to c/apexlegends
 

Personally I'm not a big fan. It's more advantageous to camp for most of a game and you get barely any points for elims :/

Admittedly though, matchmaking has been a lot better.

They almost had something going for them this season but dropped the ball

770
rule (lemmy.world)
 
5
my daily workspace (lemmy.world)
submitted 1 year ago by bappity to c/windows
 

shooting for 4 taskbars

68
rule (lemmy.world)
 
 

Google apparently only shows you reviews from people with the same type of device as you AND in your region. seems stupid to me.

I mean it'd be kind of cool but only if it was TOGGLEABLE

 

and I keep doing it

 

thought this looked cool.

mod link: https://modrinth.com/mod/distanthorizons

I'm using a dev build for 1.20.1 that they have in their discord server, they don't have an official release for that version yet.

 

so funny! ha ha!

 

I made a post here and am trying to post a comment to it but it's constantly loading when I press the post button, never working?? the community is on this instance (lemmy.world) and it is my own post, what's happening??

view more: ‹ prev next ›