#voice-chat-text-1
1 messages · Page 24 of 1
tor is better than vpn
@lyric radish @glass delta 👋
how are you
my international boarding frds use bananavpn in china lol
is your isp shitty as fuck
starlink?
oh is it why you dont speak in vc
unsafe innit
this is on Cloudflare's side
some of those issues aren't as critical now
wdym
I had a specific issues with 4XX post-login and captcha never working
now those problems are gone
how lol
i use snowflake
4XX post-login seems to come from the "user only uses one IP" belief
hmm
does that work in ru
@crystal quarry 👋
docker hub?
if you do this amount twice in six hours, you'll get rate limited
question: how much money did i spend $$$
lol this container is made in feb lol
i only recently started to pull more with more tests
why
- region block
- rate limits
ah
LLVM is compile-time abstraction
the logo looks like a pokemeon
it is a VM, just not an interpreted one
then can you still use docker containers?
oops
wrong respond to msg
was meant to say this
I configured all my dockerds to use the mirror
ah
my dockerfile is fucked as fuck
i hate setting up docker shits
chadgpt fucks shit up
LLVM doesn't have system agnosticism as its aim, afaik
it does unify some stuff but doesn't target portability
Gotcha
You can implement a compiler in any language, including the same language it compiles, a process called self-hosting.
and now realise that llvm and eabi aren't compatible and go cry
@mild flume
also known as magic
you can boot without bios
it's extremely hard
This is "08 - I have come to bury the BIOS, not to open it - The need for holistic systems - Bryan Cantrill" by Open Source Firmware Conference on Vimeo,…
they ship racks with AMD CPUs that boot without BIOS
https://oxide.computer/
Huh, I'll be damned
great engineers meet a lot of VC money for something that actually matters even if the product itself doesn't sell that much
their software is mostly open-source
@pseudo raven "no, electing him won't keep him contained inside US, it's not an effective mechanism to keep that away from other countries"
Multi-Level IR Compiler Framework
await channel.send(f"If you are happy with your answer type next, otherwise type redo to give another answer")
another company gets acquired by them, most of the projects get closed, employees obviously don't take that well
for me fixed day/week schedule lowers productivity
odd but true
ended up doing
await channel.send(f"Your answer:```{responses[member.id][i]}```If you want to change this answer, type `redo`. Otherwise, type `next` to continue.")
it doesnt like posting it
yeh
await channel.send(f"Your answer:{responses[member.id][i]}If you want to change this answer, type redo. Otherwise, type next to continue.")
thats the best im able to do
my brain rewards me more or less the same for basically anything
I'm totally fine with writing dull repetitive stuff for hours
attention surplus
That'd be nice
brb
Sass as a Service
back
@chilly otter (refering to db syntax issue) docs not aligning with reality or directly lying is a common theme for vlang
staring at this thing
even though it's only 10 seconds, there's way too much detail
Somebody will make a guide on that so they can make it (sass as a service) as a service
im good you? @north ingot
If Nara Smith was a software engineer ☺️ #narasmith #softwareengineer #reactnative
4673
Me too. Thanks for asking🤓
are you that or do you want to be that?
I need to find a better way to reduce source data to colours
Z++ (pronounced zed, or zee in American pronunciation, plus plus) is an object-oriented extension to the Z specification language.
Z++ allows for the definition of classes, and the relation of classes through inheritance, association, or aggregation. The primary construct of Z++ is a class. A Z++ class consists of a number of clauses which are o...
Object-Z is an object-oriented extension to the Z notation developed at the University of Queensland, Australia.
Object-Z extends Z by the addition of language constructs resembling the object-oriented paradigm, most notably, classes. Other object-oriented notions such as polymorphism and inheritance are also supported.
While not as popular as i...
Nice crab
google dns 😄
I'm glad you like that
i guess they are infinite
@mild flume I blame you and opal
!source
can i get a verification
@rotund bough https://pypi.org/project/pyjokes/
bjorn stir croft 😆
Get it working then touch grass
Anyone know how to put things from 1 site to another, in web development?
why vscode, just use notepad
How about a Forum, so you take input from site, and write it on the site?
ssds are cheapaf
I'm glad I slightly remember chemistry
Anyone knows why the files in Pycharm are orange?
Also
C:\Users/<username>\PycharmProjects\Binance-API.idea>
The path in terminal must end with Binance-API, but here it ends with .idea, how to fix that?
I use Pycharm if that info is needed.
This is local
Here's the pyproject.toml
[project]
name = "cuda-quantum"
dynamic = ["version"]
keywords = [ "cuda-quantum", "cuda", "quantum", "quantum computing", "nvidia", "high-performance computing" ]
description="Python bindings for the CUDA-Q toolkit for heterogeneous quantum-classical workflows."
authors = [{name = "NVIDIA Corporation & Affiliates"}]
maintainers = [{name = "NVIDIA Corporation & Affiliates"}]
readme = "python/README.md"
requires-python = ">=3.8"
license = { file="LICENSE" }
dependencies = [
'astpretty ~= 3.0',
'cuquantum-cu11 ~= 24.03',
'graphlib-backport >= 1.0',
'numpy >= 1.24',
'nvidia-cublas-cu11 == 11.11.3.6; platform_machine == "x86_64"',
'nvidia-cuda-runtime-cu11 == 11.8.89; platform_machine == "x86_64"',
'nvidia-cusolver-cu11 == 11.4.1.48; platform_machine == "x86_64"'
]
[project.urls]
Homepage = "https://developer.nvidia.com/cuda-quantum"
Documentation = "https://nvidia.github.io/cuda-quantum"
Repository = "https://github.com/NVIDIA/cuda-quantum"
Releases = "https://nvidia.github.io/cuda-quantum/latest/releases.html"
# We must use h5py<3.11 because 3.11 doesn't include aarch64 Linux wheels.
# https://github.com/h5py/h5py/issues/2408
[project.optional-dependencies]
chemistry = [ "scipy==1.10.1", "openfermionpyscf==0.5", "h5py<3.11" ]
[build-system]
requires = ["scikit-build-core", "cmake>=3.26,<3.29"]
build-backend = "scikit_build_core.build"
[tool.scikit-build]
wheel.packages = ["python/cudaq"]
wheel.license-files = [ "LICENSE", "NOTICE", "CITATION.cff" ]
build-dir = "_skbuild"
sdist.include = ["_version.py"]
metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
cmake.minimum-version = "3.26"
cmake.build-type = "Release"
cmake.verbose = false
cmake.args = [
"-DCUDAQ_ENABLE_PYTHON=TRUE",
"-DCUDAQ_DISABLE_CPP_FRONTEND=TRUE",
"-DCUDAQ_DISABLE_TOOLS=TRUE",
"-DCUDAQ_BUILD_TESTS=FALSE",
]
[tool.setuptools_scm]
write_to = "_version.py"
Can you give the full error and traceback?
Sure, one moment...
settings, project, project structure
PS C:\Users\A.C.EA\OneDrive\Documents\GitHub\QICKIT> pip install cuda-quantum
ERROR: Could not find a version that satisfies the requirement cuda-quantum (from versions: none)
ERROR: No matching distribution found for cuda-quantum
py -m pip install cuda-quantum
Tried that.
Still looking, ACE
huh
I don't remember what exactly he says at that point in the video
(I guess it's time to rewatch the entire thing just to fix that unfortunate situation)
What about this?
PS C:\Users\Arsen\PycharmProjects\Binance-API.idea>
I remember there was a way to make it like this
PS C:\Users\Arsen\PycharmProjects\Binance-API\ >
But cant remember
renaming a project is non-trivial
Thank you so so much sir.
simplest way is to just re-create it
Oh wait, it is not about the project, the Discord ate the / symbol
I am about the path
ah
I need to go one level higher and permenantly.
you shouldn't touch anything inside .idea yourself
can you show the whole image of the PyCharm's file explorer?
if it shows the .idea as root, then just open the directory of the project itself
what does it show if you open the directory one level above?
I still don't entirely understand what's happening there
is this the way it's opened right now?
Yeah
so the issue is with the terminal
I guess just a PyCharm bug, as usual ¯_(ツ)_/¯
Had to redownload the who project.
did it work?
Yeah.
piano and strings haunting slow song. Listen and make your own with Suno.
[Dark Electropop], [Power Metal], Eerie, Dark, Menacing, Female Vocals song. Listen and make your own with Suno.
more ai gen voices
https://www.youtube.com/shorts/Zs94Saytk5Y
This is AI generated?
yes
Nicee
FastAPI generates OpenAPI stuff from routes
or at least as much as it can
@chilly otter TLS
TCP is unencrypted
UDP is unencrypted
don't forget just how much raw HTTP happens in local networks
to the wireshark!
I recently learned UPnP is apparently SOAP (HTTP+XML)
ew but works
well, "works"
(when it doesn't 500)
made this now
🥺 my mouth...
we were migrated back to Rotterdam from India seems like
😄
"I'm a creep, I'm a weirdoooo..."
iirc server change was in vc0
"What am I doing heeeeeree, I don't belong hereee, Ohooo Ohooo!!"
dance electronic song. Listen and make your own with Suno.
HEHEHEEE
Niceee
What style do I need to put in the prompt to make it generate sth like Daylight by David Kushner?
you don't need an AI you need a dishwasher
I want it to merge all of these HEHEHE.
Home
Take me back to the night we met
Daylight
I can't save us
Beautiful Beautiful boy
Another love
Fairy tale
Summertime sadness
Soon I'll be 60 years old
Experience
Dog days
We only said goodbye with words
In the middle of the night
Is this the place we used to love
Love made me crazy
What is love
Sweater Weather
If I could paint the sky
Paint it black
I'm in the trees
rock somber epic song. Listen and make your own with Suno.
I rock, I know.
> end of c...
no, don't end the cat
@potent bronze are you sure it's installed for the same intepreter?
OH, wait!
@thin lintel that reminds of: "astronauts use Linux, that's why there is no sound in space"
!e
a = 7
b = 5
a = a + b
b = a - b
a = a - b
print(a)
print(b)
:white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | 5
002 | 7
:white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | 5
002 | 7
this isn't "clever trick", this is what some low-level programs actually use
!e
a = 0
b = 1
a ^= b
b ^= a
a ^= b
print(a)
print(b)
:white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | 1
002 | 0
if you don't have instruction-level support for swap and you must not use an extra register, this is the optimal way, seems like
I wonder when std::swap (c++) and std::mem::swap (rust) choose to use that
tbf, that optimisation might as well happen at llvm level and below, not in the language compiler itself
(assuming clang)
:incoming_envelope: :ok_hand: applied timeout to @thin night until <t:1717440492:f> (10 minutes) (reason: duplicates spam - sent 4 duplicate messages).
The <@&831776746206265384> have been alerted for review.
NFTs? 🤮
they pushed them a lot, used them to paywall some features, etc.
Yeah that was a whole fuck up on their end
I understand Discord bots need money since they are not cheap.
(they didn't just grab money, they grabbed money aggressively, very)
It's like $5 a month for the one I'm running on 300 servers. I assume it would be more resource intensive for me6 and AI, but I'm sure it's just running llama2 or 3.
!e
print(5 * 21_600_000 // 300)
:white_check_mark: Your 3.12 eval job has completed with return code 0.
360000
What does it do?
scheduling and creating embeded messages. It's like an embed wizard
by doing very incorrect extrapolation, that makes it $1M in three months for mee6
scheduling these embeds?
yea, that could probably be run on $5 since you are not doing stuff. Mee6 is checking EVERY message which probably requires a ton more compute
That's fair. I don't check messages.
- marketing, marketing and even more marketing budget
the only benefit I see to cryptocurrencies is money transfer in situations where regular currencies won't do
it's stable enough to function this way; and, like, that's all
back
This video was made possible through a grant by Open Philanthropy.
Sources & further reading: https://sites.google.com/view/sources-nuclear-winter
Check out our biggest sale yet! Help support our birbs in moving to a bigger warehouse,
and get a great deal for yourself on some kurzgesagt favorites: https://shop.kgs.link/Sale24
A nuclear bomb...
reminds of rails
Python3 Alembic + Sqlalchemy
Mastodon's sample compose file suffers from it
@elder wraith this is vlang, it's built on bugs
I've encountered bugs in rustc
but
there's a difference:
when rustc fails, it just crashes and says it failed
when vlang fails, it either just crashes and says it failed or just completely misbehaves, apparently
like the language has a history of lying about how it works in docs, and all that
I don’t know. My only desire for @chilly otter is hook him to electric endpoints so I can shock him into being sane.
He has working golang but apparently that isn’t good enough.
Prod? Isn't that just the new Test?
((staging anyone?......))
$env:CGO_ENABLED=1
!d sqlite3
Source code: Lib/sqlite3/
SQLite is a C library that provides a lightweight disk-based database that doesn’t require a separate server process and allows accessing the database using a nonstandard variant of the SQL query language. Some applications can use SQLite for internal data storage. It’s also possible to prototype an application using SQLite and then port the code to a larger database such as PostgreSQL or Oracle.
The sqlite3 module was written by Gerhard Häring. It provides an SQL interface compliant with the DB-API 2.0 specification described by PEP 249, and requires SQLite 3.7.15 or newer.
This document includes four main sections:
gentoo mentioned
"linux doesn't work well with laptops" you sure about that? I have a dell inspiron from 2011 that only runs because I have linux on it
Yes, sleep is generally all screw up, not all wifi drivers work
not using it for internet, using it mostly as a testing environment for lightweight distros and DEs
a sacrificial lamb
mingw has its own shell
C:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw-w64.bat in my case
not in path likely
it's not path
wrong variable
you were editing something that's not path
p a t h four letters
and now your system is broken a bit, likely 🎉
(because of potential conflicts)
!voice @brave quail
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@umbral rose cat works on powershell afaik
might depend on the system
touch is not provided
at that point just use git bash
and vim
script initially failed because ps uses ` instead of \ for multiline
@umbral rose @chilly otter https://gorm.io/docs/conventions.html#TableName
ID as Primary KeyGORM uses the field with the name ID as the table’s primary key by default. type User struct { ID string // field named ID will be used as a primary field by default Name s
👋
@red plover 👋
privet
@forest halo 👋
whats up gang
python -m sqlite3
in modern python, maybe 3.13
!d sqlite3
(need to check changelog)
Source code: Lib/sqlite3/
SQLite is a C library that provides a lightweight disk-based database that doesn’t require a separate server process and allows accessing the database using a nonstandard variant of the SQL query language. Some applications can use SQLite for internal data storage. It’s also possible to prototype an application using SQLite and then port the code to a larger database such as PostgreSQL or Oracle.
The sqlite3 module was written by Gerhard Häring. It provides an SQL interface compliant with the DB-API 2.0 specification described by PEP 249, and requires SQLite 3.7.15 or newer.
This document includes four main sections:
3.12
@chilly otter
migrate is fairly universal term
!e
from sys import executable
from subprocess import check_output
print(check_output([executable, "-m", "sqlite3", "--help"]).decode())
:white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | usage: python -m sqlite3 [-h] [-v] [filename] [sql]
002 |
003 | Python sqlite3 CLI
004 |
005 | positional arguments:
006 | filename SQLite database to open (defaults to ':memory:'). A new
007 | database is created if the file does not previously exist.
008 | sql An SQL query to execute. Any returned rows are printed to
009 | stdout.
010 |
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/URWUJ2QWJZ6NGTQBEETAREQHX4
^ sqlite cli built into python
@umbral rose you know how many people are working on sqlite?
the main codebase
it's something like three people total
because it's closed contribution
It's pretty established at this point. What else do they need to do to it?
people conform to it, not the other way arount
mostly support nowadays
Yeah
and performance
There can't be that many optimizations left
name it magic
from just over a week ago:
enhance pragma optimise,
more options for date functions,
_ in numbers,
json_pretty,
etc.
there are some big changes in query execution too
like splitting big inserts into parts of a, quote, coroutine
well damn. good on them for keeping it up
@tiny anchor 👋
thoroughly tested
Hey there @stuck bluff ! 👋
if you really want to use something proprietary you can use mssql
I'm fine with having to write a db, but I'd rather not
not to bother but i have alot of errors although i believe my code is right if you could help me at this time i've sent the paste link in #discord-bots
I might enter a forest relatively soon, idk if connection will be good enough
it's midnight, perfect time for forest walks
@idle zealot 👋
@umbral rose do you want to see the forest (idk if cam will be able to catch any light)
Yeah 😄
it's so dark lol
touching grass probs
Gotta use that 5s shutter speed
that's on one second
Maybe less if there is some light
so 5 might be right
2 and a quarter stops more, probably not enough tbh
Unless you want detail and darkness to prevent blowing out the sky, but there seems to be a nice bit of room yet
depends on ISO and f-stop, but yeah
I mean, based on present iso and aperture
only adjusting shutter from 1-5 is 2.25 stops
I'm saying that shot looks more than 2 stops underexposed, unless it's the look you're going for
who am I to say what a proper exposure on art is, but for clarity
True
a few more stops wouldn't hurt
Though people love their silouettes, and that may have been the goal
in which case I can clearly see the pylon, the lines, and the trees
as clearly as the blur allows
✅ @misty sinew can now stream until <t:1717451617:f>.
opencomputers?
I made a bundler to pxce boot drones
they have low emmc size in that mod
but good enough ram
so the only code I have in emmc is receive, verify(-ish), run
u are in really good way man
hahaha
making a bot to download it and give it 2 million more
honestly? Made a bot for it and it was hard for a begginier
I'm in a desperate need of a 24/7 store somewhere near, I need water
(it's 1am and I have nothing to drink)
where u at ? tap watter to bad?
Drink rain? haha....jk
know how that is.
no neyghbours that can lend u one?
Anyone has used streamlit??? have some tip for it?
no one talks to neighbours around here, and I'm far from home anyways
sucks....thirst is not a great feeling
@misty sinew turtle is pretty simple man, u will be able to get it pretty fast...
if it took u some time to do the function above and u have 0 knoledge, u can get it prettyu fast.
reuse, recursion, polymorphism, readability
Function is when u want do to a bette recursion
yeah
hahaha
we are answering him here, but I think he will not read
hahahaha
structured programming
@misty sinew chill...
puitting it simple it is.
yeah....ur mind is on the wrong place man....
@misty sinew if u start it at your age and in ur beggining of it doing it the right way is beter then correcting urself afterwards...
u asked a question, we are giving u answers..
simple as that..
hahaha
jsut do ur rpg man..
do u
where?
yeah
its cool
jesus..
@torpid monolith #voice-verification
That's not gonna end well
oh
It's gonna not get you where you want to be
@torpid monolith why you want to talk 😄 ?
Please stop spamming, or there will be very foreseeable consequences
sorry
Oh I can't talk either for like 3 days
Yea, there's rules
Getting verified isn't hard, unless you are incapable of patience
#voice-verification has simple rules
3 whole days :L
Three days is nothing lol
I'm looking for help with anaconda/python
#❓|how-to-get-help is a good place to begin
imagine being voice verified
It's a magical thing
And we got it without spamming.
I keep forgetting that the younger generation has forgotten how to use whole sentences.
talk about what
you know who else comes quickly
.....................................
the topic of the conversation, #ot0-psvm’s-eternal-disapproval #ot1-perplexing-regexing #ot2-never-nester’s-nightmare
great places to chat
I'd recommend brushing up on the #rules
Especially #1 https://pythondiscord.com/pages/code-of-conduct/
The Code of Conduct for our community.
sounds like ur spamming
That message feels more like spam than the contents of what I sent
someone is fighting for 50, instead of just naturally getting there
who?
Sounds like a skill issue to me
and 71 hours"?
First message was less than 12 hours ago, and the image says you got here today
60 hours to go 🙂 what's the hurry
alright I think I did it right: https://discord.com/channels/267624335836053506/1247334821387046964
trying to make a copy of ms calc
for what ever reason
prob should use another module but i wanna make a game too with pygame so
I would say that's like 1/2 way there
you're asking us to look at a screenshot
and get a url out of it?
that's a big ask
rewrite the question IMO
No, that's not it at all
put in the effort, and maybe someone else will come and put in the effort too 🙂
not saying no one will help
just saying help us help you
What have you done so far
waht is the current step you're 0on
what is going wrong
what do you expect to happen instead
help us help you
not here, in your help channel
I was saying I'd like to actually speak to someone who knows the software, the typing is going to get me nowhere, I can't type for sh--
We should check with a mod to see if the first half were legit
But you want to program? Typing is an excellent skill to work on
not sure what this has to do with anything
:D
oh no
its binary man
RUN!
hi
no
developing our social skills
:)
clearly some people need some practice
are you playing league
wait rocket leauge?
I don't I'm just trying to get this running again, I managed it 2 years ago, it's not hard if you have any knowledge at all, I just don't tbh, I'm looking to talk to someone who knows Anaconda. I'm not trying and type it all out, and screw up 50 times, trying to describe the issue. A voice call and screen share could solve this in 5 seconds tbh, it's not complicated. I'd rather just get it out of the way, and get back to it, ya know
wait nba 2k
use chat gpt
tbh
what game
WHAT GAME!!!!!!!!!!!!!!
@low jetty
@sly pond You got that dm at all?
Hi everyone🙂
Hi @mild flume 🙂 I’m doing well, thanks
ok
So, they're like mobile billboards?
Yes with sound
Gotcha.
Interesting problem
hi guys!
hello
currently working on a little python project and im trying figure out how to use tk inter
just learning to code and what not trying to make something by myself
following videos and stuff doesnt really help me learn lol
!stream 451730408636416000
✅ @hazy garden can now stream until <t:1717613453:f>.
Does anyone plays counter strike 2 here?
function physicsUpdate(object, delta) {
const bigG = 1.5;
const planetMass = 1000
const objectMass = 10;
const elasticity = 0.4;
const tolerance = 10;
//gets the difference between floor and player
const floorX = this.floor.x;
const floorY = this.floor.y;
const playerX = this.player.x;
const playerY = this.player.y;
const distanceX = Math.abs(floorX - playerX);
const distanceY = Math.abs(floorY - playerY);
//calcualtes the difference between floor and player
const distancebetweenBodies = Math.sqrt(distanceX * distanceX + distanceY * distanceY);
//sets the gravity of our object
const gravity = (bigG * planetMass * objectMass) / Math.pow(distancebetweenBodies, 2);
let netForce = gravity;
object.Momentum += netForce * (delta / 1000);
object.velocityY = object.Momentum / objectMass;
if (object.y > floorY){
}
```who wants to finish this gravity sim im working on
https://www.boatrocker.com.au/products/jaffajet @buoyant dagger
Orange lovers rejoice! We've taken the famously bold, whisky-forward Ramjet stout and integrated orange and cacao nibs to create an exciting offspring that can only be described as Jaffabulous! Choc Orange Barrel Aged Imperial Stout 10.8% ABV 375ml cans Can Release: July 2023
Hey @proper ridge
Greetings Dev!!
rn trying to choose a computer case
!voice Hey @odd rose
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
it was acked, so that means I saw it
I wonder how difficult/expensive a custom one would be
I also lost it in the swarm though haha
ok
use WSL only for Docker might be one of suggestions there
I don't remember if Windows-WSL-Docker route supports forwarding GPU all the way through
@umbral rose if the idea of the project itself is patented, there might be issues
@umbral rose to be fair, like, half those "sharks" don't know law at all
thats fair
"remember: one of them is Kevin O'Leary"
see "patent mini-faq" there:
https://www.ffmpeg.org/legal.html
BRB
yep
HEHEHE
type python3
@mild flume @proper ridge can you check through the terminal what path python3 is at?
as in do that
this
python3.12 -m venv .venv
VSC sometimes activates the venv without adding the (.venv) prefix
okay so no venv
@mild flume btw, I finally found one of the ways to force VSC to activate venvs through environment variables instead of pasting the script into the terminal
@mild field Can you mute when you're not talking to us? We're just hearing a bunch of background noise or people talking in the background
Oddworld: Stranger's Wrath is an action-adventure video game developed by Oddworld Inhabitants and published by Electronic Arts for the Xbox. It is the fourth overall entry of the Oddworld series. It was released on January 25, 2005.
The game details the adventures of Stranger, a fearsome bounty hunter. Throughout the game, Stranger pursues and ...
I'm terrified of money, can I go and sit in the safe?
table inside form -- okay
form directly inside table -- not okay (if you use, for example, Next.js, it will even show an error)
form inside table cell -- okay
thanks alisa
and what about the inputs?
each <td> should be an input for example?
form includes all nested inputs, afaik
@wary fable The solution is to place and man least one camera at each location.
so input inside td inside tr inside tbody inside table inside form should work
ok i guess it could be better to build first the form-input structure, and then use the table for extra structure right?¿
tables are just styling/visual layout in that case, yes
.
Have fun, some of the equations we cannot use for forecasting simply due to the fact that we need our sensors to be subatomic and ubiquitous to be feasible
then increase the size of your subatomic definition (?)
The eq likely works on subatomic scale.
It's not sth you can just increase. It's part of the eq constraint to be valid.
Do you have a feasible way to sample every individual particle in the atmosphere simultaneously every millisecond accurate to the nearest 1e-7?
Are not in the end all the electrons the same?
Why do you need to sample every particle though? You're trying to simulate the macroscale effect. Can't you approximate the behavior by having a larger plurality of particles?
This is a microscale equation
I see. However, aren't you only interested in the macroscale outcome for forecasting?
Like when it will rain, where it will have a storm, etc.
Common misconception
I see.
The scale isn't just spatial.
I understand that.
This equation is only valid on the micro scale: sub centimeter spatially and sub second temporally
Any higher level of scale and we have to eliminate most of the terms at the cost of accuracy
Well, then it's not really a practical model. It feels more of a theoretical model. If so, you could have a look quantum simulation for simulating the behavior of many-body systems.
It should achieve what you want to a small scale.
That it's more of a theoretical model?
Most equations that get used in meteorology are actually useless for forecasting.
Same with quantum computing tbh. They're rigorous and do the work theoretically, just at abysmally high cost and irrational accuracy for current hardware.
It's mostly just mental models to assist with making the actual models that do forecasting.
If I ran the actual model on my best computer, it would generate a useful forecast a full day after the simulated event actually happened.
We need state-of-the-art algorithms that work in practice, otherwise, what's the point. My research mentor has a good saying. It's not a research paper if it doesn't solve a practical problem, it's an essay.
Have you tried NVIDIA's A100 clusters?
Couldnt you launch helium globes, a decent amount of them, loaded with sensors?
And then stimate the further impact?
Something I've seen firsthand is that many times the cost can be resolved by paying attention to the underlying structure of the system as a whole.
Let me calculate just how many years I will need to live entirely on cup noodles to afford those.
It's not that expensive for what you mentioned.
It takes around 50 bucks daily to use a single node for 24 hrs.
That's three months of cup noodles.
Well, don't calculate it with cup noodles HEHE.
Unless you're hiring for a devops position
That's 5000 cents.
plus sales tax
lol
Clari, I'm kinda mad at you that you never mentioned these.
I'd love to learn more about it.
Me too, although i left my physics studies in second year hjasjkajs
https://www.meted.ucar.edu/index.php is the first step I recommend to everyone who wants to deep dive it. it gives you two areas: the science, and just how far behind, technologically, most weather stuff actually is. for crying out loud, we're still having the 2 digit year problem, we just pushed the y2k out to 2061
Clari what are you currently studying?
Docker Certified Associate
wrong questiong, whats your degree career background
Environmental Science
is that physics tree?
If you focus atmospheric/geologic, yes.
However, I also had to take chem up to Pchem and orgo.
And don't get me started on the crap I got exposed to during some of the field labs.
whats the name of the studies you took when you went to college? (if you ever go)
It isn't for everyone, and I am fully aware that my death will be slow and painful as a result of some of the field research I did ten years ago.
Let's see, Introduction to Operational Numerical Meteorology, Synoptic Meteorology, Mesoscale Dynamics, Dynamics I and II, Cloud Physics, Atmospheric Thermodynamics, Air Pollution (the hardest class entirely because it doesn't use metric), Space Weather, Satellite/Radar Analysis, Boundary Layer Meteorology, Tropical Meteorology, Climatology, Weather and Society, Broadcast Meteorology, Weather Communications.
Are the ones I took.
so its basically a complete collegue career?
That's just the degree specific courses, and I took extra classes because I had nothing better to do at night.
It also requires Physics I, II, and III. Calc I, II, III, and Diff Eq, Linear Algebra, Stats I and II, Chem I, II, III, PChem, Orgo, Fortran/Matlab (depending on the school) Programming, and of course the bare minimum humanities courses the school will allow. Naturally, I took a bunch because I find philosophy fascinating.
Can I ask for your age?
Damn, I'm jealous
Enjoy your youth while it lasts, once you get over 28 your annual checkup is "this is the DoT/Nerf that you gained this year that you will deal with the rest of your life." I already lost my rapid healing, my knees aren't nearly as flexible as they used to be, and I physically cannot eat red meat anymore.
Congratulations for your hardwork! I found fascinating all the path you took. I did try it too when i was 18 but I guess life stopped me so hard, now Im 29 and well, I hope to not have all this time and study like you
I apologize for assuming your age.
Of... The read meat handicap its painfull, my condolences! haha
I got that one from a Lone Star Tick bite.
At least I didn't get the lung paralysis that usually comes from that type of bite.
oh no! you gotta be kdding
I have lost track of what I have been bit by over the years.
same here, and most of the time I am rumiating those years but without trully reminding the exact content of those years
ticks, mosquitoes, snakes, cats, dogs, a deer, people, spiders, and my own laziness
the bite that hurts the most is my own laziness
AHAHAHAHAHA damn but yeah the laziness its killing
i think having a giftedbrain sometimes has its handicaps
I was nerfed by being unable to read body language lol.
Autistic?
That's one of six.
Confirmed as in actually diagnosed?
yes
adhd, anxiety, dysgraphia, insomnia, autism, ptsd. plus one I rather not mention here. all diagnosed.
HAHAHAHHAA thanks, appreciate it
We have t-shirts but I forgot to bring them
pretty much a salad fruit
most got diagnosed when I was 6
nope, my parents kept the info from me until I was 18
I almost killed myself on 20
plot twist.
They were embarrassed to have a, and I quote, "defective child"
I'm sry to read that, really
The fact my younger brother went to Harvard added insult to injury.
Life is a bad dom. It doesn't ask for consent, it ignores safe words, and it refuses to acknowledge boundaries.
well i dont believe in safe words or boundaries actually i think they make us weak and vulnerable. But I do believe in goodness and I hate brutality (meaning stupid people with 0 lights in their brain)
...
Hahaha I got you speechless?
More confused
Why?
Define boundaries in this case
Well boundaries only exists if you have the force and power to protect them
But would you say personal space is a boundary that you'd respect?
Like not standing too close to someone when you're talking to them
Because I'd say being respectful of boundaries is important. And I don't think it's so much something that can make you weak or vulnerable. It's something that can assist in finding common ground or levels of mutual respect between folks
You know where people are comfortable and even where you are comfortable or uncomfortable
And I'd see that more as a strength than a weakness
Sure but that only is met under a framework of potential anhilation
There is no morality in being harmless
Interesting way to look at it
It only mean you are not dangeroues or capable of doing evil
so you are not doing good... u are just unable to be evil
That I disagree with
the illusion of good and evil is arguably the most dangerous idea in all of western philosophy
Not just western
Do you believe that everything that exists, is dependant on something?
I'm referring to the modern interpretation that came out of zoroastrianism
I mean it depends how deep we're looking. If we're getting into at a molecular level...
But even all the way up, we depend on food, water, shelter
When i mean everything
i mean everything
The universe itself, the light, the atoms, the quantum fields
42
Even if we assume the universe is circular and it has a repatable life cycle, it stills depends on something
I repeat. 42.
42 ?
Hitchhiker's Guide to the Galaxy reference
The answer to the ultimate question of life, the universe, and everything
but what's the question
ashajshajsh never heard about
It's a good book
it's a damn good book
the question is if you assume/believe everything that EXISTS is dependent on something
the question i have for you is how do you know that anything exists?
(i would love to had been able to read more... now im really late)
you can't, you just assume the rationality of your mind
you could be a product of my mind
or a simulation, but even if you are a product or a simulation, u are still dependent
then your line of questioning is pointless if there is no way of knowing.
it doesnt matter the susbtrate
I mean if we question that then the discussion becomes mute. Because nothing that is said can have any worth while meaning
the mind is emotional, not rational
my strategy is "we're all going to die anyway, so I'd rather be happy than right"
I can't install cuda-quantum for some reason.
I can do it from terminal though.
But not in the venv terminal.
@proper ridge Do python3 -m pip install cuda-quantum
Check out the physics courses that I mentioned (many of which are free!) and support this channel by going to https://brilliant.org/Sabine/ where you can create your Brilliant account. The first 200 will get 20% off the annual premium subscription.
Correction: The photo at about 1 mins doesn't show Hermann Minkowski (who is the one I meant) but...
Hi
okay! ce ya
Okay, this is how im going, please im asking for your support! XDDDD
keep giving me strenght asjaksjas
Brb my network will slow down for this download.
I'll just take that out of context
onedrive?
change directory
I don't know what that could've been confused with lmao
now I'm interested if there's any system that survived to this day that doesn't have that
windows powershell supports ls
dos has it as cd too
https://en.wikipedia.org/wiki/List_of_DOS_commands#CD_and_CHDIR
The command is available in MS-DOS versions 2 and later
what did they do before version 2
ah, yes, I forgot
it used not to have directories
(as far as I remember hearing somewhere)
@low jetty it's not a replacement for GitHub web
rather, it's an alternative to Git GUI
no ik
> it's not a payment, it's a gift
oh, I see you're a politician
FFI-safe interface for Rust's tracing
(it's technically impossible with the current what the library publicly provides)
or extremely limited
issues:
tracing_core::field::ValueSet doesn't provide a public constructor
tracing_core::callsite::Identifier doesn't provide access to its callsite field
yumi kitty
function gravityUpdate(object, delta) {
const bigG = 1.5;
const planetMass = 1000
const objectMass = 10;
const elasticity = 0.4;
const tolerance = 10;
//gets the difference between floor and player
const floorX = this.floor.x;
const floorY = this.floor.y;
const playerX = this.player.x;
const playerY = this.player.y;
const distanceX = Math.abs(floorX - playerX);
const distanceY = Math.abs(floorY - playerY);
//calcualtes the difference between floor and player
const distancebetweenBodies = Math.sqrt(distanceX * distanceX + distanceY * distanceY);
//sets the gravity of our object
const gravity = (bigG * planetMass * objectMass) / Math.pow(distancebetweenBodies, 2);;
let netForce = gravity;
object.MomentumY += netForce * (delta / 1000);
object.velocityY = object.MomentumY / objectMass;
//error checking
if (typeof object.MomentumY === 'undefined') object.MomentumY = 0;
if (typeof object.velocityY === 'undefined') object.velocityY = 0;
//gravity
object.y += object.velocityY * (delta / 1000);
if (object.y > floorY){
object.y = floorY;
object.velocityY = 0;
object.MomentumY = 0;
}
console.log(`object.y: ${object.y}`);
console.log(`object.velocityY: ${object.velocityY}`);
console.log(`object.MomentumY: ${object.MomentumY}`);
}```
here is my code im working on
you know you can make the acceleration due to gravity even more accurate if you take into acount whether the object is rotating, and if so, which latitude the reference point is at. e.g. I live at 44 N so my local g is 9.81136
but what language is it?
JavaScript
initially compilers for assembly were humans not programs
binary, surprisingly, wasn't universal thing initially
some tried to implement numbers in terms of decimal
for the gravity code above
Gotcha, okay
Aaron Hillel Swartz (November 8, 1986 – January 11, 2013) was an American computer programmer, entrepreneur, writer, political organizer, and Internet hacktivist. As a programmer, Swartz helped develop the web feed format RSS; the technical architecture for Creative Commons, an organization dedicated to creating copyright licenses; the website f...
tis a sad day when people start forgetting who he was
RSS my beloved
@mild flume I just learned something cursed:
this is considered exhaustive by Rust even though the implementation of LevelFilter is private
use tracing_core::LevelFilter;
match filter {
LevelFilter::OFF => 0,
LevelFilter::ERROR => 1,
LevelFilter::WARN => 2,
LevelFilter::INFO => 3,
LevelFilter::DEBUG => 4,
LevelFilter::TRACE => 5,
}
I'm going to be catsitting for the next two weeks (starting tomorrow) so plenty of kitty snuggles in my future
Surely it must have a visible abstraction though, right?
pub struct LevelFilter(Option<Level>);
pub struct Level(LevelInner);
/* no pub */ enum LevelInner {
Trace = 0,
Debug = 1,
Info = 2,
Warn = 3,
Error = 4,
}
and this is why, if you want non-exhaustive, you must mark it as such, not just unpub it
on the plus side: this is a way to have something enum-like without exposing the real structure
What is a CIA honeypot?
In espionage terminology, honeypot and honey trap are terms for an operational practice involving the use of a covert agent (usually female), to create a sexual or romantic relationship to compromise a target.
nice
When did this become a discussion on race?
They both sound like stereotypes of their age group.
Dad Joke, what area have you been mostly working on?
Please please tell me it's on reusable rockets hehehe
Aerospace engineering was my dream back when I started my bachelors hehe.
No no, a life ago.
I finished my bachelors last fall.
@jagged urchin
?
if i had the money and had a tv show (i dont have both), i would hire @stoic geode to be a voice actor as he is the purest voice ive ever heard. what mic are you using good sir? i can hear the atoms moving in the background
bro simping on dude's voice 😂
nah
i am just saying
thats the purest voice ive ever heard on discord
legit would hire him if i could to do some voice acting (i dont have any projects that require voice acting)
No, long hair domestic house cat
how is it going @stuck bluff
✨ Finnish Tongue Twisters ✨
Day 7 (30 Day Finnish Challenge)
How’d I do? And what’s next? Comment below⬇️
Sponsored Mic Provided by:
T.bone SCT 2000
@tbone.audio
We’re only 10% of the way through our 30 day Finnish Challenge and I’m questioning this everything😅
But I’m all seriousness this is fun and probably the most progression I’ve ha...
3836
This was the other option
lol
@ornate knot dunning-kruger effect
# Create an empty list to store numbers that meet the given conditions
nl = []
# Iterate through numbers from 1500 to 2700 (inclusive)
for x in range(1500, 2701):
# Check if the number is divisible by 7 and 5 without any remainder
if (x % 7 == 0) and (x % 5 == 0):
# If the conditions are met, convert the number to a string and append it to the list
nl.append(str(x))
# Join the numbers in the list with a comma and print the result
print(','.join(nl))```
@ornate knot
nl.append(str(x))
nl = []
[]
i write it down
appened copy clear? you mean this?
So you can use:
x = list(1,2,3,4)
This will create a list x = [1,2,3,4]
those are the methods of the list class
okok]
but you can call the constructor which is they keyword list()
okkkkkkk thanks man
list(<iterable>)
i gtg
i cant speak now @pliant turret
the bad thing of working side by side with my GF haha
@mortal stone perfectly
yup
indeed
because she's having a meeting
we're side by side working
its funny, she complains that im speaking too loudly, but now im almost uinable to hear you xDDD
@mortal stone U were filled with bullshit? haha
Hummm plug off the power and the internal battery of the computer
Im running windows 11 with the kernel option ON
@pliant turret Why don you try a Thunderbolt connection ?
There is some portable drives extremely fast
@pliant turret Where are you?
@ornate knot what is the porpose is THIS code?
@ornate knot for the usual w
https://jh.live/flare || Track down shady sellers, hunt for cybercrime, or manage threat intelligence and your exposed attack surface with Flare! Start a free trial and see what info is out there: https://jh.live/flare
Learn Cybersecurity - Name Your Price Training with John Hammond: https://nameyourpricetraining.com
WATCH MORE:
Dark Web & Cyb...
for x in range(10, 2001):
if (x % 7 == 0) and (x % 5 == 0):
resultant_list.append(str(x))
print(",". join(resultant_list))```
interconnected malware network
bunch of victims under the control of a bad actor
you download a bad file, you are a member of the botnet
they control you without you knowing
so you're ddossing without knowing
zombie seems a bit strong
should censor it
well, I'd notice if something in my house became a zombie, zombies are not very discreet
like if my child became a zombie, it'd be obvious
you could notice anomalous traffic if you check
but who checks all the traffic on their router?
I don't
How does one hide a ddos?
No one ever notices when you butcher their name, no one, ever
Names are so impersonal
talkative bunch today helps if my sound works
@umbral rose I had a maple syrup flavored buttercream filled cookie the other day. Actually from Canada. It was delicious.
@mortal stone When you get up close to the microphone or whatever it's catastrophically awful.
At a proper distance, it's fine.
So long as you're not right up close to it.
When you get close, it's loud and distorted.
Oh yeah! Maple cookies are awesome
They had the leaf shape.
I know them well. That's in our cookie isle of every grocery store.
Half-arsing at the gym? Like, only working out one buttcheek?
Yep.
Says who?
That's such a negative outlook on bodybuilding.
Many, many people workout without even taking supplements and they look massive, and can lift heavy stuff.
They look or they are?
How many Kilos¿
How many kilos they weigh?
they weight and they lift
You want to know how much they lift or how much they weigh themselves?
both
Usually 100 to 120 KG weight depending on body size, but lifting 400+ lbs like nothing.
So they are strongman
120 KG is not a strong man.
Unless you are 2 meters tall
I am 192 cm.
negative
how can i verfication?
Do you have a question?
for voice