#voice-chat-text-0
1 messages ยท Page 423 of 1
the outer one is a &mut T, the inner one is a wrapper around Weak<RefCell<T>> to the same data to allow you to reborrow it in async contexts
impl<T: ComponentData> State<T> {
/// Get a wrapper around `Weak<RefCell<T>>` which provides a safer api that aligns with
/// framework assumptions.
fn get_async_ctx(&mut self) -> AsyncCtx<T> {
AsyncCtx { inner: self.weak() }
}
/// Spawn a async task in the local event loop, which will run on the next possible moment.
pub fn use_async<C, F>(&mut self, func: C)
where
C: FnOnce(AsyncCtx<T>) -> F,
F: Future<Output = ()> + 'static,
{
wasm_bindgen_futures::spawn_local(func(self.get_async_ctx()));
}
}
I should rename detach
ah, right, you need 'static
(and about the *ctx.borrow_mut().unwrap()... thing, that is just easier to do in integration tests)
why &mut on these two methods?
self.weak mutating something?
yhe they dont strictly need it
actually yhe why did I make those &mut
oh I remmember!
use_async should only be callable from event handlers (which have a &mut), not from render functions (which have a &)
... I should make that comment
yeah, then makes sense
yhe, basically render callbacks should be pure (how often they rerun isnt defined by the framework, except they rerun when state has changed).
ofc theres no way to actually enforce pure functions in rust, but at least I can restrict the frameworks apis
if people want to use RefCell and friends to mutate stuff in their render functions not much I can do
and you probably shouldn't strictly prevent that, because those might be used for optimisations (caching/memoisation), not only state management
I mean, I aim to provide framework features so you dont need to do that (like computed properties).
but yhe I guess leaving open the possibility for people to do side effects isnt the end of the world.
6th
blue cross
white cross (bold)
sea of red
"I shall still remain the one to mention wbw flag more than anyone else on the server"
atm I am working on a rust frontend framework
well this has been fun.
I shall be begin the process of sleep now.
I've just saw a website misidentify my IP location lmao
that little data trolling I did a while ago is working
Yes
can some1 help
nothing like seeing earth scientist matlab code from ten years ago to remind myself just how far we've come
function equiv_theta = equiv_theta(theta,pres,mxratio)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% inputs: potential temperature (theta; K)
% pressure (pres; Pa)
% water vapor mixing ratio (mxratio; kg/kg)
%
% Approximate calculation of equivalent potential temperature from
% Stull (1988) sec.13.1 page 546
%
% Bonnie R. Brown, University of Hawai'i Manoa, April 2015
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
cp = 1004; % specific heat J/(K kg)
Lv = 2260e3; % latent heat of vaporization J/kg
k = 0.286; % R'/cp
poo = 100000; % reference pressure 1000 hPa
T = theta.*(pres./poo).^k;
equiv_theta = (T + (Lv/cp)*mxratio).*(poo./pres).^k;
MEOW
Heya, Verde.
Hi
Hello, Kensei.
very dooor open
I'm drunk
street noise, I can't hear it through recording though
@whole bear what's this noise
yes, logical axioms cannot be proven within their systems
@balmy yarrow ๐ฑ๏ธ ๐ข ๐
bwaa
@somber heath what 's the time there
@rough hound ๐
quite sure that's ch as in tsh not ch as kh/ck
hello
@whole bear ๐
it's normal
I try to be good about it, though
it's uses a sound that doesnt exist in english
third normal form name
@rugged root the answer is obviously to uninstall BIOS and use proper illumos distro
casually reinstalling stuff over and over and over until it works
(Use cube os + custom bios)
BIOS-as-a-Service
if we don't get rid of the BIOS, it will be the normality
@rugged root "but is he really currently in the state that's okay to drive"
To crack or not to crack the software that is the question
Wait what does that have to do with BIOS?
idk bios got mentioned, this is the obvious response
Whether tis nobler in the mind to pay the price or to risk the volley of viruses....
the Bios has some backdoors
ew-fi?
UEFI
i now, but you know what i meant
bios doesn't have backdoors, bios is a backdoor
you can see it like this
OSFC 2022 Hacking conference
#hacking, #hackers, #infosec, #opsec, #IT, #security
but at the end just dont use tech and you will be fine
sim cards are litteraly a tracking device if used maliciously
on the agenda today: learning PyQt so I can make my own weather radar app. That way I don't need to spend $250 on a software license.
PySide
or just use streamlit it's easy and good
(it offers good ui out of the box)
and if you know css you could go aroud and start tweaking the Ui
@solid inlet ๐
Making the UI good is a secondary concern. The primary concern is recreating the basic functionality of this, which involves working with Level II NEXRAD files.
Either way step 1 is making UML and Sequence Diagrams
and step 2 is unit tests
(I can use this program for 30 days and then I have to either shell out $250 or use a bunch of jupyter notebooks)
check this out https://folium.streamlit.app/
bruh
@odd sorrel ๐
first you make a fake UML, discard it completely
then you write code, then you make a real UML
though, according to one of the recent Theo videos, planning does get you promotions
the more inefficient it is, the better
and that's why I'm trying to find something similar to springboot for python
step 1
FROM python:2
@stoic dawn ๐
helloo
Ah yeah that's a Gehry building
OK that's too enterprisey
he also designed the guggenheim
I don't mind that.
This looks like the architectural equivalent of a hangover.
goddamned handwriting
AF, you could have found a new calling.
Enjoy this. Always fun starting from Newton and going to this
me who doesnt know anything ๐
adhd in a shellnut
Damned writing
you could have just written it in English.
Oh, I'm sorry, Mr. I-only-speak-Russian. ๐
I'm attempting
(intro to same wikipedia article, but this time in English not Russian)
xd
when downloading a game hits your cpu
decompression
@wheat talon Yo
Hey, gotta yap more to get mic access
Piuku
Set during the events of Westworld Season 2, โWestworld Awakeningโ is a narrative-driven experience played from the perspective of Kate โ a host within the Mesa facility who has attained self-awareness. To survive a dangerous underworld where no one and nothing is what it seems, you must take matters into your own hands and manipulate the world ...
$29.99
380
anyone doing homework? (โฏโตโกโฒ)โฏ๏ธตโปโโป
God I hope not. I'm 35. If I'm still doing homework then I'm doing it wrong
you might have some due late you forgot about a few decades ago ๏ผ๏ธถ^๏ธถ๏ผ
That.... would not surprise me, actually
I was terrible about doing and turning in homework
Real
Good at tests, terrible at homework
My AIs are good at tests
what type of tests 
Moode hell mostly
Imagine seeing the beauty of this world
you look at this
and say
you know what this world lacks?
Googly eyes?
A complex system for student management where you can block anyone's due late homework and create impossible tests
Sounds like some I had in college
I also made a silly lil scraper for moodle to track which teachers are currently online so I can contact them ^^
and then another guy in the group made it 2x better
Neat
@chilly wolf reading a textbook in 2025 is crazy

Jesus Christ how much should I yap to get the access
def is_directory_empty(directory):
"""Checks if a directory is empty.
Args:
directory: The path to the directory.
Returns:
True if the directory is empty, False otherwise.
"""
if not os.path.isdir(directory):
logging.info(f"Error: '{directory}' is not a valid directory.")
return False # Or you might want to raise an exception here
return not any(os.scandir(directory))
How badly does this smell of Gemini? (see comment)
50 messages
I'll double check
yhe the doc strings has pretty reduant info (but also some linters will yell if you dont have those sections)
chat is this normal?
6 more.
for what workload?
LLM
seems to come through the mic
I can do this
Looks like a sky scraper
thanks ^^
yhe yes, thats normal.
you want it doing as much as possible on gpu
too bad
like heres me running deepseek
It's not too terrible, thankfully
I'm getting Ghost in the Shell vibes. A little bit high tech, a little bit post apocalyptic.
@alpine crater you also force-muted?
Viv's staff
|
Co-worker is back here. Minimal talking now
okay I was searching memes for @peak depot but this one is definitely for @rugged root
I sometimes have one line functions that are only used once
class DirectoryManager:
"""
Manages directory operations like listing, creating, and retrieving names.
"""
@staticmethod
def get_paths(path):
"""
Returns a list of all directory paths within a given directory.
Args:
path: The path to the directory to search.
Returns:
A list of directory paths.
"""
return [entry.path for entry in os.scandir(path) if entry.is_dir()]
@staticmethod
def get_name(path):
"""
Returns the name of the directory from a given path.
Args:
path: The path to the directory.
Returns:
The name of the directory.
"""
return os.path.basename(path)
like I should prolly just inline this method (its used once)
fn get_async_ctx(&mut self) -> AsyncCtx<T> {
AsyncCtx { inner: self.weak() }
}
(
)
if your class only has static methods you are doing it wrong
what you want is a module
dumb question: just with functions instead of this one class, right?
yep, just have a directory_utils.py instead
I think the person who wrote that snippet is doing a lot more wrong.
Mm. You don't want to use a class just for the namespacing.
"ะฟ looks too much like ะฝ, ะด looks to much like ั, and it's probably worth saying that sending a screenshot with (an attempt at) homophobic lexicon is an unwise idea"
This needs more "ChatGPT"
Another reason I assume this person is Gemini-ing a lot is they keep switching our Path objects to strs to pass to os to do some general path functionality in a separate function even after asking them to use the pathlib equiv ๐
that's not the word on the screenshot
Or they're in enterprise, where it's almost expected to do weird shit like that, in my experience at least.
excuse me while I write up a huge and complex CLI program using only sys and os and no other standard library functionality.
i had to do hard math once right after final school exams when I decided to build a virtual steering wheel with steering and throttle,
and I just opened VSC and rawdogged the formula to calculate wheel rotation using player's bones and stuff from the camera lol I can't even remember what the name of that math function is right now ๐๐
@molten pewter Suuuuuup
sup
the last time I had to do hard math was when I tutored a friend in atmospheric dynamics, where I had to derive the acceleration due to gravity corrected for latitude
as part of determining the coriolis parameter
That I would understand. Unfortunately, I don't think so in this case ๐ฆ
@wheat talon Give the gate a go.
Then leave the voice chat and rejoin.
Once you have the role.
what are you ๐ฎ
is that MJ?
No
yay
You'll need to disconnect/reconnect if you haven't already. That's what you have to do to get the permission to kick in
Discord being Discord
thx it's all good I've tried it
Maximum of 90 minutes
~
iWish the New phone from Apple, that costs less than 300$
Damn. That's kind of awesome. Context: Friend of someone made a lot of money from Wish.
Drop shipping? Context: Someone posed the question of how they made that money. Answer was using a bot/automation
you know what I hate? implementing features that cant be tested until they are fully done
There, context preserved.
Ah yes, the anxiety style of development
on the plus side, now I don't need to install a chromium browser to update my keyboard
can someone help plz #1347253421358452819 message
at my old job, test, perf, qa, and prod were all used exactly the same way.
I mean, at least I am not pushing to prod
Yet
its just there arent any smaller compoents you can test without just testing the whole features
It needs something more like integration testing?
basically yhe
vietnam style flashbacks of the time the entire backend broke because someone did an "emergency" prod push ||during peak business hours|| that consisted entirely of reformatting a single lua file
isolating it into units requires mocking out a BUNCH of stuff, soo
iT reQuIRes mOCkinG
Sorry, couldn't help myself
yhe I run tests in a headless browsers
#[derive(Component, Default)]
struct Toggle {
value: bool,
}
impl Component for Toggle {
fn render() -> impl Element<Self::Data> {
e::button()
.id(ROOT)
.attr("abc", |ctx: &S<Self>| *ctx.value)
.on("click", |ctx: &mut S<Self>| {
*ctx.value = !*ctx.value;
})
}
}
#[wasm_bindgen_test]
fn reactive_bool() {
crate::setup();
mount_component(Toggle::default(), crate::MOUNT_POINT);
let button = crate::get(ROOT);
assert_eq!(button.get_attribute("abc"), None);
button.click();
assert_eq!(button.get_attribute("abc"), Some("".to_owned()));
button.click();
assert_eq!(button.get_attribute("abc"), None);
}
I was on-call when that breakage happened. I still get jumpy when I hear the teams notification sound as a result
idk if integration tests are the exact right term, more like e2e
(tbh testing categories confuse me)
Fear and anxiety is the correct response
the last time I had to do testing in enterprise, the entirety of the testing for the entire mission-critical repo was
assert 1 == 1
oh gods
Like end to end, integration, and unit?
If you ever find out, let me know
It also confuses me
so I had to figure out what the code did from scratch, and they did not know how to name variables
the documentation consisted entirely of "get up at 3am so you can call Vijay while he's actually awake"
like these tests run in a headless browser with a real dom etc, so its kinda integration testing.
but also they use a unit testing framework, and test small units (and also indirectly test that a lot of other stuff works)
@rugged root more efficient at losing money
like you cant test reactive attributes without also testing the reactivity system and component mounting indirectly
that reminds me, for the longest time, our entire authentication process involved selenium, outlook, and a service account with the password ||password||
just imagine if Knight Capital was using AI
This is why I always joke "wait you guys are testing your code?!?" whenever the topic comes up, since I was literally the only person in my team writing tests before pushing to prod.
Back in a sec, have to think
this test suit is like super fucking overkill.
(are you familiar with rust features?)
I am running the native and wasm tests on both stable and nightly against every possible combination of feature flags
cargo +stable hack nextest run --feature-powerset --skip nightly --no-tests warn
cargo +nightly hack nextest run --feature-powerset --features nightly --ignore-unknown-features --no-tests warn
@molten pewter my favorite this is when models just assume they know how a library they havent seen works.
like I give it code using my custom library, and its like "ACTUALLY THIS LIBRARY SHOULD BE USED LIKE ..."
(because it assumed its like other libraries)
write tests after bugs are found in prod ๐
I'd like to question to Americans:
Is US white only country?
As when the right to Citizenship Act was passed, president of US objected it with concern that it will allow Chinese and Roma people to be citizen as well as and other alien.
He had no concern with Black African to be Citizen as this law was passed when civil war was ended or at verge of end
I just thought of something stupid
neovim is such a surrogate activity
When someone does something crazy but cool and they identify as male, I'd call them a "mad man". Likewise, if they identify as female, I'd say "mad woman". I don't know what I'd say for someone who identifies as non-binary. This is probably a really stupid question / thought / statement
How so?
provides the sense of achievement for something insignificant
Eh... if it works it works. Now me taking on a tough hunt in Monster Hunter, THAT'D be a surrogate activity
@rugged root
US is not a white only country, or it shouldn't be. There's a lot of push from extremists who want it that way, but the original vision or dream of the US was us being a melting pot of cultures. What's happening now (and several times in history) go against that core ideal
that's such a ridiculous claim considering literally the whole history of your country, at no point this ideal of yours was pursued
I agree
We are not the good guys in history
Despite what a lot of people here think (here being the US)
And you're right, it's probably wishful thinking
We like having a scape goat
China and Taiwan are inseparable!
Taiwanese are aware of it, they know sonner or later they will unite with China, but they wouldn't like to lose democratic rights
"Unite"
Annexed is likely the better term
Yes, China and Taiwan both has shared interest with regards to border of China , South China Sea cliam and many more
not achieving the ideal and not behaving ideally does not mean not pursuing the ideal
China claim 9 dash line, Taiwan claim 12.
They call China Chinese fool to give up 2 lines to the Vietnam
who said so? you're absolutely the best. morals are very overrated
Not really as I'm in Facebook group with them
I'm only non taiwanese in that group LOL
In fact they have two Political Group, One supports the China and One demand the independence
I can't tell if that's sarcasm or not. We've over thrown governments because they were inconvenient to us, we've done awful things to our own citizens (see project MK Ultra), we've put people in camps and denied people rights (see Japanese in WW2 and the Irish much earlier in our history), we've shoved the native people out of their land (see The Trail of Tears)
We're not the good guys
've put
've shoved
* 've been putting
* 've been shoving
what's wrong with that? enemies smashed, you prospered, you'll continue while they won't, I think one should have good sportsmanship and strive to defeat his enemies instead of blaming them for being the absolute scum of the earth
And the parts about not taking care of our own citizens?
yep, that's bad
MK Ultra is scary shit
I think Lee Kuan Yew's prediction about US is almost true.
He told that US debt is not as big deal as the debt to any other country as they have to pay in their own currency,
but the inflation is inevitable for USA, sonner or later it has to face it due to high debt!
- Wise words by Singapore's Founder and longest serving Prime Minister
But we make being homeless illegal. People who are in a very tough and terrible situation. People who do want to work. We dismiss them, we punish them, we deny them the help they need.
We make healthcare expensive or unavailable to people
There are families that have to work multiple jobs to make ends meet
And the thing we're told?
You aren't working hard enough
You should have saved more
Sucks to be you
You can make it affordable without making it as subsidy!
You're preaching to the choir
It's just discouraging
Disheartening
Exhausting
Sorry, I'm being a bleeding heart right now
Singaporeโs Central Provident Fund (CPF), which takes small portion of earning of individual which can be used by Individuals as pension and to pay of medical bills..
Without making it subsidy
No argument here
I think that's called taxes
No
As this money are invested
Not used by government
Because it will inflate if they won't invest it!
@brazen comet Yo
this fund is as big as Singapore's GDP.
So they did great job in managing those money!
same! theres like one story game I have finished
procedrual macro
I am writting a macro
yhe compile time rust code
to generate more rust
me?
a few years
!user
Created: <t:1507410602:R>
Profile: @alpine crater
ID: 366331361583169537
Joined: <t:1559647765:R>
Roles: <@&267630620367257601>, <@&463658397560995840>, <@&542431903886606399>, <@&1074780483776417964>
Messages: 46,205
Activity blocks: 12,362
Total: 5
Active: 0
6 years
!user
Created: <t:1580002257:R>
Profile: @dense ibex
ID: 670802831678373908
Joined: <t:1609774606:R>
Roles: <@&267630620367257601>, <@&764245844798079016>, <@&764802720779337729>
Messages: 16,588
Activity blocks: 3,996
Total: 4
Active: 0
I was
fun fact, firefox webdriver likes to randomly fail starting
I should move the firefox test earlier in the test suit
so if it fails it fails early
but yhe atm I am adding computed properties to my frontend framework
Rust-First frontend framework. Contribute to vivax3794/natrix development by creating an account on GitHub.
so many todos
I hope you said that ironically
its not production ready no
(I am slowly getting there tho!)
well I mean, techically you can use it
its just missing some nice to have features
like scoped css
or sub components
(also missing docs)
I dont do work
...
I might be getting something work soon, hopefully, maybe
nice
if not its off to uni
Kill me
fair yeah
The US flip flops on the term
here its just called uni
(side note if you are writing proc macros this crate a is a godsend, idk how it only has 17 stars, https://github.com/yasuo-ozu/template_quote )
A new-fasioned quote! macro implementation with pretty template-engine like syntax - yasuo-ozu/template_quote
let me TLDR
so in general a macro is something that takes some code and makes code
the rust macros_rules! macro is basically just a complex templating engine
procedural macros let you write full on code
C lang?
basically it compiles a small program, runs it with the input code, and injects the output into the orignal source
Yes it does have
(it prolly doesnt actually compile to native code, idk how it works internally)
nope
its just full on rust
well regular functions cant generate code
but a regular macro already does that?
proc macros can do more
It has namely three stage as Preprocessing Stage, Text Substitution and Compilation
for example a derive macro can auto generate == implementation for example
you can do some of the same with macro_rules!, but it gets complex really fast
I looked at the go tour once, hated it
#define SQUARE(x) ((x) * (x))
int main() {
int result = SQUARE(5);
}
after preprocessing ( this is what Compiler Sees) :
int main() {
int result = ((5) * (5));
}
@whole bear we are talking rust
My bad
But it should be similar
for example this macro here takes a struct, and generates a new struct where every field is wrapped in a Signal (among other things)
if not same!
quote! {
#[doc(hidden)]
#(if is_named) {
pub struct #data_name #generics {
#(for field in &fields) {
pub #{field.access.clone()}: ::natrix::macro_ref::Signal<#{field.type_.clone()}, Self>,
}
#(if has_computed) {
#[doc(hidden)]
__cache: #computed_name
}
}
} #(else) {
pub struct #data_name #generics (
#(for field in &fields) {
pub ::natrix::macro_ref::Signal<#{field.type_.clone()}, Self>,
}
#(if has_computed) {
#[doc(hidden)]
#computed_name
}
);
}
How would it in preprocessing?
wdym?
I mean before compilation
it happens during compilation
the proc macro code is compiled, then used to generate more code
Hmm
This hurts my head
Ah I see
yhe macros are generally considerd the dark arts
this might be simpler to understand ```rust
#[proc_macro_attribute]
pub fn computed(
attr: proc_macro::TokenStream,
item: proc_macro::TokenStream,
) -> proc_macro::TokenStream {
let item: syn::ItemImpl = syn::parse(item).unwrap();
let type_ = item.self_ty;
let name = get_name(&type_);
let computed_name = format_ident!("_{name}Computed");
let data_name = format_ident!("_{name}Data");
quote!(
#[derive(Default)]
struct #computed_name {}
impl #data_name {}
)
.into()
}
(WIP so doesnt do much)
I can understand most of it
Even though I have no idea about rust!
well thats a good sign then
It looks Quite similar to JS
Homework stuff?
https://www.businessofapps.com/data/discord-statistics/
https://blog.getlatka.com/discord-revenue/
https://sacra.com/c/discord/
https://helplama.com/discord-statistics/
https://usesignhouse.com/blog/discord-stats/
When Discord launched in 2015, it pitted itself against two deep-seated apps: Skype and TeamSpeak. Neither were excellent, which is one of the reasons Discord generated so much traffic and praise from the get-go. Inevitably, this led to several server crashes, as the company struggled to meet demand. Jason Citron, the founder of Discord, had com...
We'll start this story with the founder of Discord, Jason Citron. In 2009, Jason created OpenFeint, the world's largest mobile
Are you looking for fresh Discord Statistics? In this post, we have curated some of the best Discord stats to help you.
Amazing facts about Discord Discord users had exchanged more than 1.46 trillion messages as of 2022 alone In 2022, Discord reported its users exchanged approximately 4 billion messages daily As of January 2023, Discord had around 563 million registered users Discord has more than 560 million registered users as of January 2023 Discord saw almost...
they spent more over 100 to 300 million
And has raised 1 billion since it's inception
All I'm finding are revenue numbers...
I used deepseek to find about it!
Isn't the data it has from 2023 or something? Or did you just feed it these sites
whats this naming, why is the return type field named output (which is of type ReturnType)
Nah I used the search feature
it browse the content on web
No data on net revenue
yeah but they probally lost a billion
@whole bear Share your channel please!
No
They have raised around 1 billion so far
so doesn't make sense
if they are making 600 milion in just 2024
yeah, they have money in the bank im not saying that
but they only made 600 million in 2023 or whatever the year was
they lost probably a billion this is me just speculating but it shouldn't be too far off
all im saying is they aren't profitable
But how billion?
If they have 600 in revenue in 2024 and raised 1 billion since it's inception?
brb, me hungry, and thinking hard
You can lose money? revenue isn't the same as profit
Good!
Sure they have made 600 million in revenue but they most defiantly aren't profitable
the reason they are still alive is because as you said
investors
keeping them alive
their revenue def helps but without investors they would've been screwed
@woeful salmon Are you from Southern India?
no i just have a bunch of southern friends
i pick up accents from people near me sometimes
no i live in delhi
@umbral sail Dude, could you share your youtube?
he doesn't want to because it'd cause pressure if more people look at it he said so lets leave it for now ๐
he will share if he's comfortable
Okay
unreal is best
Tuple , touple?
It's tuple
i personally like unity better but yes unreal engine 4 is not bad
He may confused couple to touple
unreal engine 5 i just don't like. its good for a developer but its so hard to make an omtimal game in that engine
trades game's performance for developer convenience not a huge fan
@sweet sorrel It says top yapping!
ah also godot ๐ its also pretty good now
Any love for Godot?
it is pretty good
btw hemlock i've spent my last 2 weeks just in blender
Dude it
Making anything in particular?
must be silver
I think it is silver. I think the black may be lead
It's looks like a coin
But not sure!
It may have some value other than silver value!
everything, i made my first really bad looking character, i've made a whole lot of different props again to get a hang on all the tools again and been making some animations recently
But I would pay a chewed chewing gum and 2 cents, deal?
i gotta go for now see you all later ^^
Explain how the count method is implemented in Python.
What is the specific algorithm used by Python (CPython), and how does it differ from the most simple implementation?
Guys, explain these things please
@spark girder
Please don't ping me ๐ next time just ask the group
as soon as you said "network shares" I started laughing
and back
i had listened you before and i find you knowledgeable
As for what the algorithm is I BELIEVE the python comparison of how they did it in C is something like
def naive_count(haystack, needle):
count = 0
for i in range(len(haystack) - len(needle) + 1):
if haystack[i:i+len(needle)] == needle:
count += 1
return count
sounds like fraud
it looks simple loop, is it that only or anything else also in low level?
That's without any of the C optimizations
I just checked CPython's github this is the whole file
/* stringlib: find/index implementation */
#ifndef STRINGLIB_FASTSEARCH_H
#error must include "stringlib/fastsearch.h" before including this module
#endif
Py_LOCAL_INLINE(Py_ssize_t)
STRINGLIB(find)(const STRINGLIB_CHAR* str, Py_ssize_t str_len,
const STRINGLIB_CHAR* sub, Py_ssize_t sub_len,
Py_ssize_t offset)
{
Py_ssize_t pos;
assert(str_len >= 0);
if (sub_len == 0)
return offset;
pos = FASTSEARCH(str, str_len, sub, sub_len, -1, FAST_SEARCH);
if (pos >= 0)
pos += offset;
return pos;
}
Py_LOCAL_INLINE(Py_ssize_t)
STRINGLIB(rfind)(const STRINGLIB_CHAR* str, Py_ssize_t str_len,
const STRINGLIB_CHAR* sub, Py_ssize_t sub_len,
Py_ssize_t offset)
{
Py_ssize_t pos;
assert(str_len >= 0);
if (sub_len == 0)
return str_len + offset;
pos = FASTSEARCH(str, str_len, sub, sub_len, -1, FAST_RSEARCH);
if (pos >= 0)
pos += offset;
return pos;
}
Py_LOCAL_INLINE(Py_ssize_t)
STRINGLIB(find_slice)(const STRINGLIB_CHAR* str, Py_ssize_t str_len,
const STRINGLIB_CHAR* sub, Py_ssize_t sub_len,
Py_ssize_t start, Py_ssize_t end)
{
return STRINGLIB(find)(str + start, end - start, sub, sub_len, start);
}
Py_LOCAL_INLINE(Py_ssize_t)
STRINGLIB(rfind_slice)(const STRINGLIB_CHAR* str, Py_ssize_t str_len,
const STRINGLIB_CHAR* sub, Py_ssize_t sub_len,
Py_ssize_t start, Py_ssize_t end)
{
return STRINGLIB(rfind)(str + start, end - start, sub, sub_len, start);
}
#ifdef STRINGLIB_WANT_CONTAINS_OBJ
Py_LOCAL_INLINE(int)
STRINGLIB(contains_obj)(PyObject* str, PyObject* sub)
{
return STRINGLIB(find)(
STRINGLIB_STR(str), STRINGLIB_LEN(str),
STRINGLIB_STR(sub), STRINGLIB_LEN(sub), 0
) != -1;
}
#endif /* STRINGLIB_WANT_CONTAINS_OBJ */
I just assume all company e-mails are spied on @sweet sorrel
That's their find.h file which is a larger part of the .count() but if you want to see the whole backend for .count() there are like 13 files you'd have to look at.
This is the part that you're directly calling
/* stringlib: count implementation */
#ifndef STRINGLIB_FASTSEARCH_H
#error must include "stringlib/fastsearch.h" before including this module
#endif
// gh-97982: Implementing asciilib_count() is not worth it, FASTSEARCH() does
// not specialize the code for ASCII strings. Use ucs1lib_count() for ASCII and
// UCS1 strings: it's the same than asciilib_count().
#if !STRINGLIB_IS_UNICODE || STRINGLIB_MAX_CHAR > 0x7Fu
Py_LOCAL_INLINE(Py_ssize_t)
STRINGLIB(count)(const STRINGLIB_CHAR* str, Py_ssize_t str_len,
const STRINGLIB_CHAR* sub, Py_ssize_t sub_len,
Py_ssize_t maxcount)
{
Py_ssize_t count;
if (str_len < 0)
return 0; /* start > len(str) */
if (sub_len == 0)
return (str_len < maxcount) ? str_len + 1 : maxcount;
count = FASTSEARCH(str, str_len, sub, sub_len, maxcount, FAST_COUNT);
if (count < 0)
return 0; /* no match */
return count;
}
#endif
I like it when lawyers get in shit
what is written in 13 files for a simple character count in an array of characters?
.count() is part of a larger array of systems that all intertwine within eachother
It was also an exageration
Personally I've followed the idea that Python is less of a language and more an API of other languages
Hmmm thats actually a interesting problem - avalanche of data and how to display it ..... @sweet sorrel
Cause realistically python is just an API to code written in C, C++, Rust, Fortran, Java, C#, Go, Swift, Julia, Javascript, and Assembly. Obviously it's got it's own syntax and semantics and looks nothing like your general idea of an API link.tld/api-entrace/section/data/{data} but that's really what any language is in my opinion. Just an API calling on code in another language whether that be C, C++, Rust, Assembly, etc.
and the reason I said 13 is cause for files it is a large number and .count() passes through an entire system before reaching count.h
So yeah
yep
now, new trend started, people are building things around rust to be used using python
: )
That's what everyone does. It's a solid choice as well. Taking the performance, efficiency, and controllability of rust and implementing it into python
I wish we did this more with other languages
But we're locked in with C++, Rust, and Python so yeah those are the only languages anyone really writes modules in that they expect to go public.
@spark girder what is your problem, where you stuck?
hahaha
thats my style
I literally wrote out a kanban board, with priorities etc... then did a bunch of low priority stuff
xD
Kanban Plugin for Obsidian goes brrrrr
from that description , he is a target of the worst possible kind @spark girder
notion
Monthly fee.
Notion also is extremely difficult to migrate from, whereas obsidian/zettlr/logsec use markdown.
yep, generally we doesn't find but there are good project
one is like, encore.ts written in rust for js/ts
and there are many
just export your pages to csv
Who tf uses CSV instead of json in 2025?
nice and portable
With and without the plug-in, still easy to use
i don't know why things written in c for python are slow, when other library comes for it in rust, then it mostly outperform c based library
even when rust has some overheads
even when c is very much old
It's in the cloud, which is a huge red flag for my notes. I want 100% control over 100% of my notes 100% of the time.
Not really
That's the only thing which makes python more efficient
Only person I can trust in this use case is myself
It's library in C
C is old but it's core language for most language.
Rust is not as fast as C and Rust is not core language.
I... well..
C can be faster in theory
but when just writting code rust generally is better at optimizing
But in general it's compilation time is slower
Yes as it's high lvl lang
WRT notion/markdown, we can agree to disagree, since you clearly have different priorities and needs than I do. And before my tendency to treat arguments as attacks (yes i am working on it) turns this into a flamewar. I'm a lil passionate about zettlekasten in case it isn't obvious.
rust can be low level
how about RUST for microcontrollers ? @spark girder
It can be used as like low level but it's high lvl language
Rust is considered low level
It's both Ig?
I like to call it middle level
https://www.rust-lang.org/learn
As per this it's both
For web, a ton of other languages will get you going much faster.
rust is going to be perfect for web
The level we are talking about here is level of abstraction. It is not about how close to the machine you can get, but how many layers of abstraction there are.
The same applies to C++, you still can use raw pointers, malloc, read from and write to memory at specific adresses... But C++ gives you high level concepts you can reason with such as classes. The dispatch tables of class methods are totaly handled by the compiler. In C you would have to write your own concept of class with a structure containing pointers to functions for example.
Rust is the same. You can do low level programming with it but it has traits, closures, and the move semantics is by itself an abstraction over how memory is managed.
You could say that C is higher level than assembly because it has structures (it takes care of memory layout) types (behavior of operators depend on type of data) and procedures/functions (it manages the stack for you). But C is not as high level as C++ or Rust which give higher level concepts to play with.
P.S. High or low level is kind of subjective as people who come from garbage collected languages can think of Rust as low level, and People who write bare metal assembly or even use RTLs (Register Treansfert Languages) such as Verilog or VHDL will see Rust as super high level
- GelHydroalcoolique
can your js do this /s
:doubt:
I wish WebAssembly was better ๐ฆ I was really looking forward to using it
whats so bad about wasm
I've never personally used it but every time I ask someone about it their response starts with a very concerned "ehhhhhhhhh"
Make sense!
according to your point, then all languages are high level than like c++, c#
bcoz c is mother of all
all other languages are just wrapper around it with different features & technique of optimizations
This is why I love reddit. You get so much shit post but then when you need the explanation you can't think of you can find it so quickly!
because they dont have any actually good wasm frontend frameworks yet
wdym?
but still like this is nice ```rust
use natrix::prelude::*;
#[derive(Component, Default)]
struct Root {
counter: u8,
}
impl Component for Root {
fn render() -> impl ElementSelf::Data {
e::button::Self::Data()
.on("click", |ctx: &mut S<Self>| {
*ctx.counter += 1;
})
.attr("disabled", |ctx: &S<Self>| *ctx.counter > 5)
.text(|ctx: &S<Self>| *ctx.counter)
.attr("style", |ctx: &S<Self>| {
format!("font-size: {}rem;", *ctx.counter + 1)
})
}
}
fn main() {
mount_component(Root::default(), "mount");
}
Yeah, overall I've just seen from other people's experience and use that WASM is insanely slow for most things that it was meant to replace JS and TS in
the main pain point is no wasm native dom access
There is no JS -> Wasm easy to do. Also a bit of solution looking for a problem.
This dude really pushed me away from it in a conversation 2-3 weeks ago.
I mean using rust on frontend is a usecase
Very intuitive explanation as well which is what I liked ๐
because safety and stuff is kinda nice for client code
Whole 5 people who want this will be thrilled.
you do know rust frontend frameworks are popular right?
Personally, I'll just stick with node.js I like it better (however bad I am at typescript)
like this has 17k stars https://github.com/leptos-rs/leptos
hmm?
The goal of rust after many revamps of the goal is really an end-all be-all.
Hi, my name is vue and those are rookie numbers:
"We want to be your one-stop shop for everything! And we're using the community to make this happen."
it literally just x5, for a young domain its not bad
And here is React: "Wait, are the peasants fighting again?"
I didnt say rust was replacing js any time soon
Y'all over here comparing libraries and frameworks, plebs. I just ask ChatGPT what would work best for my use case lol
js is fucking awfull
JS community is more matured when it comes to web development
you do know.... js frameworks have a compile step ... right?
you think the browser just runs your .vue files?
I mean two, once if you include tree shaking and once at JIT in the browser
errors as values is really nice
I know rust
I like rust
my backend is rust
no leptos is frontend
leptos is wasm
now we have bun, deno upgrade of simple js
(I hate DX of leptos, btw)
Tbh all these lang are used in traditional computer, future is Quantum computer so many more language are yet to be explored!
(I hate the dx of most rust frontend frameworks)
(which is why I am making my own)
Sure, but to run dynamic code in a browser, it must be JS and then REST API/GraphQL/Whatever to a backend
or they could ship WASM
it not gonna be for normal people & their normal usecase
wasm... is sandboxed
Not really.
We are in transition.
Hear from the Microsoft team behind the recent breakthrough in physics and quantum computing demonstrated by the new Majorana 1 chip, engineered from an entirely new material that has the potential to scale to millions of qubits on a single chip. Find out what is possible...
Chapters:
0:00 - Introducing Majorana 1
1:26 - Why does quantum com...
minimizing also gets rid of names etc
yes
and how is wasm different
security scanners run on native code just fine
okay, so we should never install anything ever either on our computer?
what you gonna do with it?
are you gonna use it to play triple title high end games without gpu?
Probably not, which is why everyone loves working the browser?
right, and wasm is safe to run
if you are worried about tampering thats what TLS is for
You're thinking of ROP detection or Binary analysis. I've noticed security scanners more often use something like Fuzzing
Take fake data or a honeypot and pass it into untrusted code.
None of ur business what I gonna do.
But having Quantum Computer over Traditional Computer is better as it's more energy efficient and powerful
"I trust a system that has been proven only as safe as the system it runs on"
if the sandbox is bugged, js isnt safe either
yhe
its just assembly, but cross-platform
JS sandbox has also has 15 years of battle testing.
and wasm uses that
Not to mention you can trick a system into falling back to HTTP leaving TLS out of the equation, SNI Exposure has been a concerned, even something as old as the Heartbleed Bug in OpenSSL back in 2014 has still seen problems occur.
and you can make the same thing for wasm if you really want to
hell there are wasm to whatever the wasm text format is converter
hell I think thats builtin to browsers
they are not gonna efficient than today's normal arm or x64 processors
they are just for high speed not for efficiency
like heres the wasm of this page
Ur wrong
This is so far from the truth. Not only do you require a "traditional computer" to run a quantum computer you also require specialized infrastructure to use a Quantum Computer and in more cases than not you are using a much larger amount of power per computation.
and you can convert wasm to text
it's simple logic
if you start plane engine and car engine and just don't do anything
plane(aircraft) gonna eat more resources than a car
Define convert
Wikipedia says
Binary format, but I think it's still byte code
while True:
a += 1```
like you can very easially grep for js calls in wasm
Not necessarily a true executable
Correct it's just binary format bytecode.
have a break at the end : )
like here is where my wasm is importing removeAttribute ```wasm
(func $web_sys::features::gen_Element::Element::remove_attribute::__wbg_removeAttribute_e419cd6726b4c62f::h0cc6b402956c6933 (;1;) (import "wbg" "__wbg_removeAttribute_e419cd6726b4c62f") (param externref i32 i32))
Yes it requires specialized infrastructure.
Why would you use it in traditional computer?
It kills the intended of Quantum Computer.
and why cant you do that for wasm?
I'm not saying you're using it in a traditional computer I'm saying you still require a traditional computer to use a Quantum computer for ECC, reading output, and controlling the internal hardware of the QC
all IO goes via js
which is very clearly exported
func $wasm_bindgen::__wbindgen_cb_drop::he89066dbf2baebb7 (;0;) (import "wbg" "__wbindgen_cb_drop") (param externref) (result i32))
(func $web_sys::features::gen_Element::Element::remove_attribute::__wbg_removeAttribute_e419cd6726b4c62f::h0cc6b402956c6933 (;1;) (import "wbg" "__wbg_removeAttribute_e419cd6726b4c62f") (param externref i32 i32))
(func $web_sys::features::gen_Element::Element::set_attribute::__wbg_setAttribute_2704501201f15687::h267af61f13ca314b (;2;) (import "wbg" "__wbg_setAttribute_2704501201f15687") (param externref i32 i32 i32 i32))
(func $web_sys::features::gen_Element::Element::replace_with_with_node_1::__wbg_replaceWith_9ce9927e3141d0f6::h8bdf5502ba14247e (;3;) (import "wbg" "__wbg_replaceWith_9ce9927e3141d0f6") (param externref externref))
this is wasm text format
A QC is more or less a single chip in a large system, you still need to provide it with power, pass inputs, and read outputs through an external system.
Tbh traditional computer is like oil engine and Quantum Computer is like Electric Engine.
Completely incorrect, a Quantum Computer would just be a supercharger on top of your Gas Engine.
Oh sick
Learn something new everyday
NVM
Ur right
(or maybe not decompiler is correct, but "raw binary assembly to plaintext assembly")
Does chrome has it too?
idk, let me check
how told you? try to read some articles or do chatgpt rather than watching microsoft progress achievement video
You could probably get an extension for it if it doesn't
Quantum (from my understanding talking to @upper basin), it's more like a GPU vs CPU in a way. Quantum is good at doing fuck tons of things concurrently. Similar to how a GPU is amazing at doing vectors all in one go
Movie Name: Godfather
Disclaimer:
This video is a parody created for entertainment purposes only. The visual content is owned by its respective copyright holders, and no infringement is intended. I do not claim ownership of the visual material. The voiceover has been altered to create a new, transformative work.
Support this channel: https://...
Ur right, leave me alone
I'm noob
Correct, but you still need a normal computer to read that output.
That's what I was trying to say
Currently, yep
most non-io rust crates just work on wasm
I'm not saying he's entirely wrong. There will someday be a QC that requires no external hardware but currently it's a chip within a larger system lol
Just as some day they will absolutely be more energy efficient.
I was learning Silq, so I'm biased towards the Quantum computer.
even just looking past all the cool benefits rust has in general as a lang.
I like rust more than js, I am faster at developing stuff in rust, why shouldnt I use rust
That's fair, they're a powerful tool. Especially in cryptography and large range mathematical equations but like anything they've got downfalls.
I'm less worried about the energy efficiency. To me it's more the things that it would be great for that it really can't do or can't do practically
me too
but from where you read that you gonna have quantum computer in your pocket or backpack?
Sometimes you have to use the language that is primary use case for that. LIke if you wanted to write Win32 GUI, C# or Java
Database access would be friggin gold
I'm excited for a day where we don't have to lie about FPGAs being QC chiplets... 2022 scare goes crazy
but why would I write a win32 gui, and not just a general gui app
From official source and Silq Programming
But the conversion between traditional to quantum and back again just makes it not really worth it
Because all your customers are there?
Dude leave me alone please
hey for backend rust is amazing
I'm not into arguing anymore
Especially since there really isn't large persistent storage in quantum yet
Being unemployed sucks on god, it's 3 PM and I'm still in bed ๐ญ
if your argument is ecosystem support, I kinda dont like that argument.
I've just been writing code all day.
because all ecosystems start out like this
@amber raptor I write code for fun and to get paid ๐ฆ
100% the reason I write code is to get paid
I write code because its fun
the reason my company pays me to write code?
So they can get paid
No, they're not, we use it interally
it makes us money
I write code to make me feel like I can do things despite getting discouraged and giving up on most of my projects
If coding ain't paying, who would like to code?
Probably those who get time to spare!
You CAN tell your clients to fuck off
but you will have fewer cliens
I can tell my boss to fuck off too
I just wont' have a job
I do choose to not say it every day
because I love ๐ฐ
maybe possible
you are learning all this, maybe it gonna possible in future
And if you do still have the job, then that's a weird and wild workplace
That is a great piece
dude, it's just simple healthy discussion
don't take it seriously
Obviously I'm not telling them to fuck off, but I'll kindly explain "This is outside the scope of my workflow, if you'd still like this done here's person X, Y, and Z"
You can earn by hustle, start small it get's compound over time!
That's my kind of workplace ๐
(Jokes)
My english ain't Englishing
This one
Or I can not tell my boss to fuck off, and keep collecting that salary
He's asking you to leave him alone, just respect that and leave him alone.
And benefits. Dont forget the benefits.
I don't get benefits, you (hopefully) do.
Dude start your own company if you can!
Never as easy as it sounds
I hope it's not against your contract!
How would you make yourself wealthy?
By earning on paycheck after paycheck?
watching it happen to family member, DO NOT ECMO (DNE)
like what you create mostly, like for which use case?
trading, web, iot, automation?
Probably best way to get wealthy as "freelancer" is start a consulting company and get others to work for you and bill them out at stupid rates
This ^
AI, Web Apps, Pentesting software, consulting, I'll contract out for graphics.
Consulting do be making money

The government is more willing to spend less on you than more on their employees
Or they just don't have anyone that knows what they're doing.
How about software house?
you are like ALL IN ONE
wow, you know many things
Have a good day 
It's better than being an employee
Nope, I just have lots of template projects lol
AI is the only thing I can do without my templates.
But that's cause I do it for fun
That's the one part of coding I ever actually do for fun
Actually if you scroll back about 4 days you'll see my goal for expanding my AI workflow
If I'm ever lucky enough
me also, but at some stage, i get exhausted for sometime/days
Back when she was an EMS licensing agent.
I've definitely experienced burnouts before
Modern equivilent of this today is this:
lol
It should be named ink book instead of palm pilot
Collecting vintage calculators and looking for the Little Professor calculator? Learn more and find this educative calculator for your collection.
I got insanely side tracked. Back to the test suite design!
can i join, to work under/with you
it gonna be fun and new different learning experience for me to learn other things which i don't know or haven't used for real usage
I don't think so!
Did you made any project on your own?
kinda , Tri-corder ish @amber raptor
It's like a watch
i think you can do mostly things in github codespaces, according it's use case
like what you can't do in it except few things
I just dont like github codespaces.
It's a matter of personal opinion
I want all of my code with me, not on a server I'll never see.
I rarely upload to github due to this same ideology.
@amber raptor he said i am the boss what you mean haha
I'm genz but I do like this light phone thingy
i miss the black berry or the side kick
Forgot about the side kick!
yeah it was so good
keyboard slides in/out thingy
You're saying you wouldn't be distracted by a noisy, twitchy, whiny kid right in front of you?
I had the OG DROID, that was boss
At a hockey game? Noisy?
Is this a silent game?
I generally ignore the chidlren at the venues I attend
I guess as a parent you train yourself to
When did rabbit got married?
lol
He got married when he got married
Ig he was committed to be single
Watch other people's children, don't use your phone, don't watch the show
Be in the moment!
?
You're telling me that you've never gone to an event and someone was being obnoxious?
he seems well on his way to a burnout
Someone wearing clothes and taking selfies is far from obnoxious
@primal shadow can you give me a tool for python that auto completes on vscode what extention should i have also i looked into sql is it true its only like 30 commands thats i need to learn
"Python" I Think is what it's generally called
remember the wheat and the chaff , you cant be every where at all times @rugged root
so the extension is built in
Fair
prevent information overload
okay il look for it now
The explanation of the child sounded like your typical teenage girl, not an obnoxious child in a venue
Dude don't have kid, just enjoy your life
Imagine if things went wrong with you and your wife, it would cost you so much pain and money
I mean, that can be the case with anything
Job fucks you over, apartment or mortgage fucks you over...
There's a lot of people, I generally ignore them
@somber heath
window = tk.Tk()
def button_click():
print("Button was clicked!")
def button_click2():
window.destroy()
def ClickMeButton():
window.title("Clickable Button Example")
button = tk.Button(window,text="Click Me", command=button_click)
button.pack()
def ExitButton():
button2 = tk.Button(window,text="Stop", command=button_click2)
button2.pack(side=tk.BOTTOM)
ClickMeButton()
ExitButton()
window.geometry("300x400")
window.mainloop()```
I made another mini program ๐
Yes but those are not as impactful as separation and cost of divorce with child support
IDK, I see audiences with big signs, the classic "D" And a fence
The biggest risk in life is not taking risk
You're trying to walk carefully to death
I would much rather say it didn't work out then I didn't try, imagine your 80 and your on your death bed and thinking I could of done more
pizza partys and vid games - all inclusive environment @amber raptor
Old people almost never regret what they did do, and it's almost always what they didn't do that they regret
even with video games, the kids were just swarming
yup hide the cat and the electric razor @amber raptor
Those are the old people who were careful
Those who would regret their actions, regretted them when said actions led to their demise
didn't get old
There's old mushroom foragers
and there's bold mushroom foragers
but there are not old, bold mushroom foragers
Because YOLO
and that shit can kill you
100% would rather fuck up then not try
Kill or change your personality or how your old thinky box works
LMAO
Consider having a legal agreement with your partner before marriage to clarify how things should be handled in case of separation or divorce. This can include things like asset division, spousal support, and other important matters. It's a smart way to protect both parties and avoid misunderstandings later on.
Be smart instead of playing with your life on risk
Oh okay I was misunderstanding what y'all were talking about then
I thought you were being aint marrige and kids
Not really
It was about after math of having child
Prenups totally valid
So is this hating on women or marriage in general
?
Just making sure I'm understanding which angle this is coming from
I'm not
I'm confused lol
Very tired
Prenuptial agreement I think is what they're called?
I think so!
me and the girl I am talking to are doing a prenup and it's just anything we had before stays to whatever party had what befoer
I didn't with my wife, but that's primarily that I lucked out and got to marry my best friend and it wasn't even a question to us that we were going to get married. It just was right
Yeah I came halfway in the middle of convo and thought y'all were talking about something else lol
I lucked out
Ws
When did you got married?
2018
Some of us, I wouldn't say all
divorce lawyer - in training ?
Maybe yes!
AI can outperform lawyers - heads up
not in a real courtroom
It can also give you made up court cases and legal precedent
yup yup yup - AI loves Tera bytes of info
the judges are like 80 years old and have no time for an AI
Also the legal system in general is ALWAYS behind on tech
255.255.255.128/25
How would this possibly be measured?
255.255.0.0/16
But why a Human would trust a machine to represent him?
It's like having AI as your President!
breadcrumbs?
Because the judges wouldn't go for that at all
yes
sample cases pour it into pooter , hire a code pro to do it fast @peak siren
To do what?
be a lawyer
There has to be a human representing the information, that being said the AIs absoultley could do research and replace lawyers in that capacity but the actual court room it just wouldn't happen
Even if machine can perform surgery, very few human would trust machine over human
Gonna make a pot o' coffee , cuz its bad for me
Watch as the lawyer on the opposing side makes your AI lawyer change its mind and tries to find you guilty
That's mostly paralegal stuff anyway; research and citations, etc
Gotta pass the bar to be a lawyer
gotta be a human to take the bar
(In america at least)
True
can't speak for the world
The great (sarcasm) thing about law is nobody knows the law, it's really just whatever a judge decides the law means.
My sister is divorce attorney and that's 100% accurate
Lawyer may use AI but AI can't replace lawyer
they have playcate to the Judge all the time
Perplexity AI is a conversational search engine that uses large language models (LLMs) to answer queries using sources from the web and cites links within the text response. Its developer, Perplexity AI, Inc., is based in San Francisco, California.
AI can sure replace paperwork employee in government
A caveman (Phil Hartman) is unfrozen and becomes a lawyer. [Season 17, 1991]
#SNL
Subscribe to SNL:ย https://goo.gl/tUsXwM
Stream Current Full Episodes:ย http://www.nbc.com/saturday-night-live
Watch Past SNL Seasons:ย
Google Play -ย http://bit.ly/SNLGooglePlayย
iTunes -ย http://bit.ly/SNLiTunes
Follow SNL Social -
SNL Instagram:ย http://instagram...
the past @whole bear @rugged root
god no
Hey guys
it'll probably get a few numbers wrong causing major tax problems
then when there's a massive scandal about it
it will say "I'm sorry"
Phone are still doing weird stuff
Of. Course.
Didn't mean to clear out the VC
Sorry
electronic fart - clears the room ?
hello
The funny thing is watching two lawyers just fling completely farcical arguments at each other, but have to act like they all make total sense. The Chewbacca defense is based in reality.
yes
just block him
do you know about open-webui?
python
I don't know
I'm actively using it and I don't know how to properly bug report if something is broken
@spark girder check dm
what video
Don't forget to like the video if you enjoyed it, subscribe if you want more content like this and hit the notification bell to see whenever a new video or stream goes live!
Want to join up on our discord for even more fun? Want to Watch on Twitch or Trovo instead of Youtube? All of my links are in one link to rule them all: https://linktr.ee/s...
I suggest looking up "pursue" in the dictionary if you don't understand that statement
also, because the first section of it is directly relevant, time to recommend this talk again
https://www.youtube.com/watch?v=9QMGAtxUlAc
The kind of talk that only Bryan Cantrill of Joyent can give, one which (enthusiastically) explores the importance of leadership principles ranging from the Gettysburg Address to Uber and exhorts the audience to think about how they might consider and apply these lessons to their own organizations.