#ot2-the-original-pubsta
652 messages · Page 61 of 1
Christian Heilmann re-purposes a Mitch Hedberg observation to relate to progressive enhancement. Basically, when an elevator fails, it's useless. When an escalator fails, it becomes stairs. We should be building escalators, not elevators.
nice quote
I mostly work on webapps so if someone has JS disabled they can't even use the main attraction
This is genius
$(textentries).find('press-multilevel-menu').each(function () {
$(this).find('navs').find('nav').each(function () {
if ($(this).attr('visible') == 'true') {
menu_part_2 += '<li class="sub-menu-li"><a href="' + $(this).attr('url') + '" target="_blank" style="font-size:' + $(this).attr('size') + 'px;">' + $(this).text() + '</a> </li>';
}
});
}); //End Loop
menu_part_3 = '</ul></li>';
menu_part_4 = menu_part_1 + menu_part_2 + menu_part_3;
.bm
discord has a progress bar ;-;
Discord is an app that needs to set you up with websockets and connect to their servers, not some random web app
That does a bunch of loads and is excusable
oh god even worse its defaults to a youtube video
like, you couldn't load while the person watches?!
ah, true
but updating the local client at start every single time isn't
https://blog.discord.com/how-discord-stores-billions-of-messages-7fa6ec7ee4c7 Discord now uses Scylla but the process is the same, there's a lot of searching when loading Discord and loading images
i have a list of 50+ problems with discord written by another member here
https://stackshare.io/discord/discord sadly we don't get a whole lot of information on what they use, this site doesn't even show Erland and Elixir smh

Nice Qxir
Nor does it show Rust
Ruust?
I don't think they use Rust, do they?
I like rust
They do
Rust is fun
Nice
imo the universe should be rewritten in rust
It's used in their video streaming encoder and in their backend in places
oooooh yees
fuck go
Didn't know they used Go, good to see them leaving it
rust ftw
Woah, Firefox dev edition is niiiice
is that the same as nightly
Ouh gotta check that out
Hearing loss is never easy
ASDF
Ooh, it has inactive CSS stuff, CSS grid stuff, and other cool stuff
🤤
I currently use https://www.mozilla.org/en-US/firefox/channel/desktop/#nightly but rn getting dev edition
Cool blue logo too just as a bonus
even tho i don't webdev
Nightly is more green than dev
Yeah but nightly is too on the edge and can be confused with Edge
yeah that's good
i use as much alpha as i can
then complain about it when it breaks
and never make bug reports
i am a perfect beta tester
Woah, Svelte is nice
Nightly is more alpha than Dev
Dev is slightly behind Nightly
figured
Svelte is very nice, but I still feel a little conflicted when using it
Why?
what is svelte
I love React
A JS framework that renders to the Real DOM instead of a VDOM
VDOM is faster to check before real DOM
Not with the optimizations that Svelte does
Yeah, but it's not that much of a big deal
dev is for developers
You don't want the bleeding edge, since you want to be able to actually test your projects. You want a browser that doesn't have multiple updates a day, since at some point, when is it a browser bug vs your own project bug
nightly can be bleeding edge.
Do need to use it more
I was asking Zoë lol
True
I just like Svelte's syntax
I use a mix of Next and Svelte
GHJK
:incoming_envelope: :ok_hand: applied mute to @copper girder until 2021-06-05 01:15 (9 minutes and 59 seconds) (reason: chars rule: sent 4000 characters in 5s).
What an idiot doing it in a channel with active staff
:incoming_envelope: :ok_hand: applied mute to @cunning hull until 2021-06-05 01:15 (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).
<@&831776746206265384> <@&267628507062992896> another raid?
@grim seal possible raid?
the confederate flag
yep
god damn it
wait
brilliant isin't it
Well, have a good day y'all
!ban 565619583214419978 racism
:incoming_envelope: :ok_hand: applied ban to @native pebble permanently.
so edgy
!silence
✅ silenced current channel for 10 minute(s).
!ban 431579706165428236 racism
:incoming_envelope: :ok_hand: applied ban to @cunning hull permanently.
✅ unsilenced current channel.
Yeah that was all I guess
could you please delete them?
weird
Mods get a ping in a mod-only channel when someone is auto muted, so we already knew about that person.
That was pathetic
you know, after thinking about it for a while I honestly don't wanna score a job related to any kind of programming at all
Yeah, they barely put any effort into it
coulda done a funnier raid
wow, the fact that we're literally talking about how bad the raid was 😂
I dunno, posting the flag of a failed rebellion with two accounts and that being it is pretty funny in a pathetic kind of way.
namespaced css makes me cry
and one other guy who seemed to be testing the waters or something
We use https://beemo.gg/ (free tier) that has lists of users known to raid and spam and can be pre-emptively banned, lists are updated constantly
wonder if there's an api
Doubt it as it's a lot of effort for them to have got the lists and to keep them updated
true
Anyway, back to topic earlier about no JS, I also have hangman that doesn't use JS https://codepen.io/z-/pen/GRgZExW
(tic-tac-no-js: https://codepen.io/z-/pen/LYPqaME)
It was for a CodePen challenge that required using the :checked selector
And I had experience with programming with CSS from tic-tac-no-js
Very hacky and less neat than tic-tac-no-js
Looks fun
I want to do minesweeper next
CSS does have some severe weaknesses that make me sad
The unidirectional cascade is one, although that one makes sense for performance reasons
a lack of an ability to specify truly custom curves is another
no sass-style nesting is the third
unidirectional cascade
Not sure I understand
A css element cannot affect it's parent via selector
What kind of curves?
how can one change file associations with a command in Windows? I did assoc .mp4=mpv, and it changed, except that it doesn't actually seem to affect what .mp4 files get opened with... 
Yes, I want a parent or previous sibling selector ||as it would make CSS Turing complete and can make more complex games without js||
Ikr
It'd also turn a whole bunch of js things on their head because you could have elements affect each other in the page
Ok if I may just
hero svelte-1u1foo2 makes me unhappy
1u1foo2 means you are simply not doing css
You're just doing SS
There are slightly hacky ways of siblings being aware of others in some situations for instance the number of siblings but it does rely on selecting the first child https://codepen.io/z-/pen/WNbMjEW
yeah
wut
Basically if there are 3 elements :first-child will also be :nth-last-child(3) and can select ~ * siblings
Thanks to + and ~ an element can be styled based on what's after it, but not based on what's before it
oh i thought you were talking about human siblings
-, ^, and < selectors when
Ha nice no classes
I honestly would have just gone with <article-plate> for the tag but browser compat looked ugly
13kb single requests for pages
This includes everything, styles, content, and font
My page is a cool 588B 3kB but the favicon is 4.8kB https://koya.io/
I'm still not that good at 3D CSS, it's so easy to mess it up and for it to be flat, a bunch of extra rules I haven't bothered with learning fully
Yeah
ooh cool blog
tbf I have potential to decrease the filesize
web dev is frustrating
Yes but also no
yes
But otherwise you gotta do the security dance
CSS is the language that took me the longest to learn, it just takes doing it a lot - just don't bother trying to make a website your first time because different bits of websites need a different amount of iterations to get good at it
I like tailwindcss though, fuck css im never writing that again
lol
aha i just watched a guy ping 30k people by accident with a status message
lmfao
Tailwind sucks, it's bootstrap with extra steps
tailwind is OK
i like tailwind :P
Tailwind: you may as well just use CSS
@limpid fern tailwind
This is true though
Can you even "learn" CSS? You just get through it, but it always has some other things
Like you can know the concepts, but you can't know all the new things they add and some other browser stuff
because it makes other people more comfortable
w-32 h-32 rounded-full mx-auto this is not good design lol
I guess it is the same as can you "learn" art. You can but it doesn't take you all the way. It took me the longest because it was just years of making different things and learning how all of the different combinations work
Agreed
also by enforcing css in html it keeps things from getting too out of hand when people aren't so great at css touch things. Less chance of collateral damage
Those that use Tailwind don't need to structure their own CSS, it saves work but shifts it onto the HTML, then the HTML is moved to JS
The only thing I use Tailwind for in my own projects is Dark mode with the JIT
Although that's only when I'm using SSR/SSG
imagine learning css so you can learn a css framework to alias the css as classes
i honestly don't get it
how many elements are going to be w-32 h-32? just use an independent class lol
jpg is for photos and if I see you use it for flat colors I'm gonna scream
jpeg > jpg
hm
Am I the only one who hates the design feel of websites like this? https://pnpm.io/
Also just gonna drop this
Idk, I just dislike it
Ugh, ugh
Agreed. It's starting to get overused. Also their styles are a mess.
Top things wrong: left aligned stuff taht should be centered
too busy
way too much contrast on too much stuff
they're not even being consistent with their icon design
Why? Just curious
hm
I don't think they tested dark mode
haha
I wish sites would just take OS theme in CSS. I don't want to have to opt-in to dark mode, they already have the information to get my preferred theme
Stripe has issues with one of their design decisions
I just dont like how it looks
IE: every component has it's own stylesheet downloaded independently
WHY
why is this it's own file (??)
maybe they forgot to bundle
i want to write my own css preprocessor
No it's intentional
I'm not referring to the actual CSS files, I'm just referring to the design as a whole
oooh rust but css
No, bundling is what generates all those arbitrary characters
What kind of syntax are you thinking?
rust
That part is just ugly
while im at it i might just make an HTML preprocessor that looks like rust
Every single component has it's own embedded <style> tag
and I thought I was bad for having four of them
which characters?
Pug is syntactically nice
https://b.stripecdn.com/mkt/assets/CodeFilesIcon-435a5414.js
The 435a5414 here
Love Pug, but has anyone used the .js part of Pug.js more than a few times? I haven't come across anyone who has
on windows i have taken a webp and renamed to a png and it works
that's because caching sucks and they're not doing version numbers
they could have done that themselves with a small hashing func tbh
they can cache a url indefinitely like that
and force a refresh by requesting a different url
it's a nasty trick but understandable
I just do whatever webpack (or esbuild for sveltekit) gives me
because discord doesn't accept webp files to upload smh
but if you copy the files, they are all webp files
fuck webp
fn main() {
Div::new();
}
I mean you can request them as png files
pretty
that's what I do
i mean yea
you just change it from a webp to png
but like
i've downloaded webp files and rename it to a png and it works file
look discord does their profile pictures using foreignObject in an SVG
That literally ruins the point of HTML (the fn main(). Just render HTML from Rust files like you can do in JS (I think you can do that)
no
Ah yes. Smooth edges, sharp curves, served as an image compression format that causes chromatic aberration
It needs to be pure
My eyes appreciate this
this looks like they realised a lot of requests for javascript isn't a good idea but thought fuck it when it came to the css
fuck gcs
google cloud storage
React server-side renderer in Rust when? /s
The top part is fked in mobile
I want to have HTML inside JS inside Rust to avoid writing extra code
it works great with darkreader!
You can put HTML inside JS, can't you? Even vanilla
then we rewrite react in rust
Ew
ooh
F# as a JS pre-processor is both magical and horrific, I recommend
no only rust
Like, Rust compiled to JS instead of WASM?
Gross
Exactly
Just use Elm Yew
yes
no only rust
Make it
Cya
Wait, I was thinking of Yew
https://yew.rs/
What is Yew?
That's like, not a good idea
thats a great idea
interested in where this will go 🍿
but I really should go, bye
Becuase HTML, CSS, and JS have their places
I've used Yew on 2 projects, don't really have much to say about it other than neat and that I will go back to it
@languid osprey Just make Django for Rust, and we all can be happy
Their place is to only be the output of pre-processors
document.write('<div style="background-color:#000;color:#d4e;padding:20px;">Hello!</div>');
copy that into a browser console
They do different things I think
JSX for React is what I was referring to
https://codepen.io/z-/pen/abzegbx?editors=0010
Just use Rust
var render = function (template, node) {
node.innerHTML = template;
};
var template = '<h1>Hello world!</h1>';
render(template, document.querySelector('#main'));``` I mean something like this
Ouh
Wait
What about ml
Rust but python
Wait
No
Python but rust
Fuck
Wait I can compile python to rust
The comprehensive guide to the state of machine learning in Rust. This site catalogs ML frameworks, data structures, data cleaning and analysis, and other tools and libraries that are essential to machine learning ecosystems.
Oh, are we playing Jeopardy? I'll take bad ideas for 400
So rust but python
No
Broaden your horizons
I am thankful, at least, that yew has moved away from manually animated text color fades in their buttons.
I haven't started learning rust yet
In a few weeks
Learn it
I only heard about it from someone who wasn't you today smh
rust god
Lmao
Or don't unless systems programming really interests you
rust is pretty awesome
Rust can be used for non system programming things
You can use Rust for basically everything, what you can't requires a bit of JS
Like bruh I'm just getting started with github and shit
Yep
Nah. You need a database for some things 😏
Noria
Written in rust?
What is noria
Rust
Fucking self-contained ecosystems.....
I have no idea what this means lol
DB thing
You can also jump out of perfectly good airplanes instead of landing them, doesn't make it most efficient way to do something
imagine getting rusty and rust
Rust is pretty efficient
It has out of the box wasm support
It's fast, safe, and enjoyable to program in
Ah it has a MySQL adapter
So not stable db?
This is a guest lecture I gave at Two Sigma in November 2018 where I discussed the experience of using Rust for building larger, high-performance systems. In it, I cover what makes Rust an attractive option for such projects; Noria, the high-performance research database prototype I've built using Rust; an interesting concurrent data-structure ...
I tried it but got bored
Stable, the unsafe part is a language feature
Rust does suffer from the inheritance boilerplate issue 
What's that?
Like uh, boilerplate too 😓
If I have 15 types all that have a "base" type, I need to write ugly boilerplate
Oh, literally doesn't inherit init methods or whatever
Yeah, would like for traits to have inherited generics to avoid that. But inheritance is not something they ever want
struct Base {
name: &str,
id: UUID4,
}
struct Thing1 {
base: Base,
more: &str,
another: Type,
}
And then reimplementing methods
So rust can be very wet code
basically since base is always at the start ( I mean it's not enforced normally so don't try and unsafe it without repr(C)) you could basically treat them as single-line inheritance subclassing
dripping wet code.
which would be really nice for stuff like items and game materials
I really just want the syntactic sugar to do this nicely honestly
There's an open issue
it's efficient at runtime but few things need to have really efficient at runtime, development speed matters
Rust compile times are a pain yeah
Compile times are good
For rust?
Rust is compiled and not interpreted?
Yep
Yes
Very strict compiler
Systems scripting language
Basically this
6 years open
My compile times have started taking around thirty seconds to a minute
Before 1.0 even
yeah
Which sucks for testing
And they've just recently gotten async/await in so hoping hard that it'll actually get traction now
after constant generics
But theres an alternative experimental backend called cranelift that can be used for faster debug builds
And rust is fun to program in
I fully enjoy it
Inb4 f#
I think F#, but Haskell is very close. If you have any C#, or other C experience you can pick up F# a lot easier
you could try using Go? 😆
Called it
I don't like go because it's Google founded
🤢 glad I've been able to stop using Go since Rust
Is Haskell worth learning
Yes, for fun
i await the Haskell > Rust comments in a week
Haskell > Rust in terms of fun programming, Rust >> Haskell in terms of usefulness
Python > everything else in terms of what I know lmao
if your future boss asks you to use SQL are you going to argue with them about using Rust? 🤔
Unrelated lol
SQL is database
you can do everything in Rust... even SQL
Noria, so yeah
(Noria uses the SQL language for queries. SQL is a language that databases implement so Maria uses its own flavour of SQL and Cassandra uses its own SQL, and mySQL its own. SQL is the language used to query databases, and there can be differences between them)
(oh)
So it's the latter
It's not a db itself smh
I was thinking it would be a db written in rust
But no, it just is a client for SQL, unless I'm mistaken?
well, yes, why use mysql when you can use rust
Ooh write DB in rust
Wait sql but rust
Make rust the DB
DB with rust query syntax
You had to edit this....
Write DB in Rust that is maintained, unlike Noria
And confuse the fuck and everything else out of me
Hm
Just when i thought I understood
that's not important, what's important is what logo you will use
Maria is a database?
Cassandra is a database
Noria is still what exactly?
i vote a lobster
Yes
Regardless I think I'm ditching my bot, gonna rewrite it in rust, who wants to help /s
Jk, unless
SQL isn't the database itself, but SQL dictates the structure of the database as a relational database, SQL is simply the language used to interact with it. SQL for one database may not always be valid for another but the keywords are the same.
Why /s
Because I'm not ditching the bot lol
but why use an easy purpose fit language like SQL when Rust is Rust?
Yeah fuck sql, only rust
Rewrite Scylla in Rust
https://www.scylladb.com/
Rewrite English in rust
Rewrite the universe in rust
Actually please I'm being serious
"respectfully allow me to note, sir, that I have been mutably borrowing your mother"
is that a jellyfish or a monster?
Monster
Oh shit
Not their mother
That's a good looking monster!
Very cute, does need some representation in #846514617261621292
I would love to see Electron.js but for Rust using FF’s renderer that’s written in Rust
Eww electron
Yeah, but it's at least better than WPF and WinForms
isn't SDL old and shit
meant SDL2
isn't that basically Tauri
also id like to ask @echo fern you what graphics lib do you use in rust for any graphical stuff
depends on what I do
for animations/pictures, image
and then I ffmpeg them into videos or gifs
oh
(the GIF writer of image itself seems really bad)
or was it even in image... anyway, didn't find a better way
hm so no high level graphic lib?
plotters is also nice for plots
o
Oh no. If Joe is having trouble with networking..... It must be impossible for humans.
we?
lol
nice music, joe
thanks
lol i just found this
Download Python for free. The Python programming language, an object-oriented scripting and rapid application development language. You can download it from http://www.python.org/download (but not from the green button below).
this is the official python project lol
where is the "duck norris"?
dat me!!!
ok
20473 is Vultr, this is from the PoV of NTT
oh you own the server
ok, ill refrain from any joe mama jokes
lol
well technically not, I think google technically owns the server 😏
@dawn spindle owns the server
no, they're not
I think it's been made clear that I'm fine with that from people I know within staff, I don't want that to become commonplace amongst server members.
whew
lol, there's less than ten results for that phrase in public channels
and all are from people I know
does it have 5 results
yes, all members are staff
huh, you know yourself 👀
please stop confirming stuff I just said 😕
my guess hasn't been disproved yet 🎉
do you not know me?!
there are few folks outside staff that I know to the point where I'm comfortable to the extent I'm fine with that phrase being used
I don't know much about anyone here, most of my trips to off topic are to rant about networking or teach
smh
do you not know me?!
know != trust or know well enough to say said phrase
well anyways, imma take a short look at rust
actually
imma upgrade wsl to wsl2
i kind of feel uneasy when someone new says hes gonna learn rust 👀
and what do you mean by that
i am being intentionally vague
like dont judge the language by its syntax
#include <stdio.h>
int digit_at(int number, int place);
int main(void)
{
//sum of alternate digits
int sum = 0;
int x = 123234323;
for (int i = 2; i <= 9; i = i + 2)
{
sum = sum + (digit_at(x, i));
}
//sum of all the digits
int sum2;
for (int j = 1; j <= 9; j = j + 2)
{
sum2 = sum + (digit_at(x,j));
}
printf("%i", sum2);
}
//finding the digit at each place
int digit_at(int number, int place)
{
int mult = pow(10, place);
return (number % (mult)) / (mult / 10);
}
--------
#include <stdio.h>
int digit_at(int number, int place);
int main(void)
{
//sum of alternate digits
int sum = 0;
int x = 123234323;
for (int i = 2; i <= 9; i = i + 2)
{
sum = sum + (digit_at(x, i));
}
//sum of all the digits
for (int j = 1; j <= 9; j = j + 2)
{
sum = sum + (digit_at(x,j));
}
printf("%i", sum);
}
//finding the digit at each place
int digit_at(int number, int place)
{
int mult = pow(10, place);
return (number % (mult)) / (mult / 10);
}```
i tried to create a program which adds all the digits in a number.
could i ask for line 15
why when i introduce a variable `sum2` it becomes a different answer? even tho i intend both to be the same?
lol there is no line count in markdown
you're not resetting sum to 0
also
between the two loops
where line 15 lol
sum2 is sum + number not sum2
also er
and sum2 is not initialized in the begining
shouldnt you be doing int sum2 = 0;
yes
doesnt int sum2; gives it a random value or smth
also
it doesn't give any value in java at least
if ur trying to get all digits sum
in the second loop
u probably want j++
instead of j = j + 2
oh, is that what you meant?
yeah i wanted the first loop to find the sum of all the odd digits for eg. then second loop, add the sum of the first loop with the sum of all the even digits
uh wdym?
but when i change it to int sum 2 = 0;
it gives the same value 11
yeah thats a faster method but here im trying to split adding even-th and odd-th placed digits cuz i want to multiple 2 to the even-th digits
from the first loop, i get sum to be 10
so i thought by introducing sum 2 = sum + get_digit(x, j) it would be 10 + 3 + 3 + 3 + 3 + 1
ah ok
i dont get whats the difference with that and sum = sum + get_digit(x,j)
isn't it still 10 + 3 + 3 + 3 + 3 + 1
it should be
but idk why sum 2 gives 11 instead
instead of 23
OK upgraded to wsl
Apparently also installing vs too haha
@tranquil ridge no I'm not thrown off by the demicolons
nice
I used Java for a year once
Hell, I appreciate the hello world program I looked at
No need to use system.out
It's just println
LOL
i am installing cargo regardless
didn't know it was that easy
context: cf wrangler can be installed via cargo
fuck yeah
this is ARU's blog now
#include <stdio.h>
#include <math.h>
int main(void)
{
long x;
long y = pow(10,15);
x = (4003600000000014 % y);
printf("%i", x);
}```
the output i get for x is wrong i think cuz of long int problems
but im not sure how to change it
AY
I managed to get a 1101 error on cloudflare!
and its not even my fault
LOL
the two screenshots aren't related
Are you on Windows or Linux? Are you compiling 64-bit or 32-bit?
Does this work?
#include <stdio.h>
#include <math.h>
int main(void)
{
unsigned long long x;
unsigned long long y = pow(10,15);
x = (4003600000000014ULL % y);
printf("%llu", x);
}
I'm on mobile and can't really test.
is that a platform dependent thing?
Sizes of integers in C? Yep.
whats %llu?
That's just the format specifier for an unsigned long long
On 32 bit builds for Linux, and even in 64 bit builds for Windows (or so I've heard), long is only 32 bits, but long long is 64 bits.
i see
short long
!e print(2**32 < 4003600000000014 < 2**64)
@wicked hollow :white_check_mark: Your eval job has completed with return code 0.
True
If you're using 32 bit integers this stuff won't fit, but it should work with 64 bit ints
interesting
Hey @pliant trench!
It looks like you tried to attach file type(s) that we do not allow (.mkv). We currently allow the following file types: .gif, .jpg, .jpeg, .mov, .mp4, .mpg, .png, .mp3, .wav, .ogg, .webm, .webp, .flac, .m4a.
Feel free to ask in #community-meta if you think this is a mistake.
damit
I didn't type that....
I can't type for heck
Every time I try learning to type properly, I get incredibly bored
and my bad habits just crop back up
I've got a laptop, it's not exactly my choice lol
I've got a laptop too :/
\🤔
I've not got a desk or anything, I use my laptop unsurprisingly on my lap
having another keyboard with that setup isn't exactly comfortable
I don't got a desk too, it's just my laptop and me
but I type on colemak
my laptop's key itself are qwerty
but you won't look at them anyway
idk I'd get so confused
I know you're not supposed to look at your keyboard but like
True, I guess
ok
chorp
chomp
love that bird
Very annoying little fella. We're kinda wondering how to teach the birdo outside world. We don't have enclosure, so it will be hard to keep track of...
Because veggie tent doesn't have grass and birdo doesn't fly much in there (only flies down on the ground and when gets hungry - flies on me and yells). And we get that floorless small cage but it means some grass but not much +no flying
So we'll have to risk it and let birdo fly outside. We'll probably bring the normal cage outside, birdo sometimes flies to it at home, so it's recognizable and safe element...
But we worry that birdo will fly somewhere where human can't help, or near the road, or near the semi-wild dogs, or some cat will notice...
Ouh that’s cool, new since I last looked. Thank you for telling me
Chuck Norris so straight, that he makes light seem gay.
Newton did make light gay
Newton for sure
u talking abt light bending around large stars?
At first, bending of lights.
imagine turning light gay
Then diffraction of light into its spectrum,
you know, that is gay too
SHUTUP YOU HOMOPHOBES
moment
bruh
lol
4y - 4y^2 = 32 whats y? pls help
a quadratic curve
Massive
4y - 4y^2 = 32 | /4
y - y^2 = 8
y - y^2 -8 = 0
now solve as normal quadratic equation
I'm trying out FF again, but most themes have this ugly grey line above the toolbar.
I was trying to edit the theme but I couldn't find just a list of all properties, so I needed to use the inspector and it says I need Inspect Chrome Document but I can't find where it is and when trying to go through mozilla I get https://developer.mozilla.org/en-US/docs/Tools/Add-ons/DOM_Inspector/Internals "Page not found".
Where is Inspect Chrome Document or does someone know what name that border is?
It's something like toolbar_top_seperator but that doesn't work
Nvm, spelling
what theme are you using???
Rainbow blur
Just remaking it myself
https://color.firefox.com/ is pretty neat, the colour picker is terrible though as you can't select greys
I was looking at that earlier, is there anyway to set a gradient?
but like a gradient for buttons
🤷♀️
where did you get that picker? maybe they did transparent instead of white, lol? because I see this
uh
Straight pride flag just comes across as homophobic
oh is that what that is
i am homophobic
oop
ban
!ban @solemn pollen homophobia
:ok_hand: applied ban to @solemn pollen permanently.
bye
ngl this reminds me of those clothes you'd see old prisoners wear
black fo0orest
hm. do donuts manage to be pastries
hm
It does make the very tall bar more bearable. Also a change from always just black
Does anyone know how to make the address bar take up all of the space? Looks a bit awkward with empty space on the ends
is there a straight flag
Yes, above
I think there's spacers....?
Do you know how to remove the spacers?
There's no point for a straight pride flag other than to be provocative
The edit thing and then the thing and then drag the thing to the thing, MAYBE
i am homophobic
They said they were homophobic lol
they said they were homophobic
yes they did say that later
but
before they did pythot said that was homophobic
wait
Brave/Chrome has this option but can't find anything in FF's settings
the context in which flags are used matter as well
does this count as a flag ♂️ ♀️
Obviously, because ff isn't chromium smh
true
FFS, I know FF isn't chromium but that's the kind of setting I'm looking for. I know that it can exist in a browser, I just don't know where it is in FF
the vast majority of uses of the straight flag are not in exactly positive contexts.
Go to the toolbar edit
and just... yeet the spacers
Where's that?
Right click the toolbar and click "Edit toolbar" or something
and there's a drag-and-drop section, just drag away the spacers
Maybe I've ought to use Firefox more
That's a cool system
Indeed, but I never really use it
like it's cool but kind of useless for me because I like it how it is lol
Would you kindly share that theme? 🥺
Hey @limpid fern!
It looks like you tried to attach file type(s) that we do not allow (.xpi). We currently allow the following file types: .gif, .jpg, .jpeg, .mov, .mp4, .mpg, .png, .mp3, .wav, .ogg, .webm, .webp, .flac, .m4a.
Feel free to ask in #community-meta if you think this is a mistake.
1 sec
Isn't there a Firefox color link sharing option?
On not-FF it downloads as expected
Ironic
That's what they get for just changing .zip into .xpi even though there's no difference. What is the point?
FF can read it though
Yeah lol
I messed up my Linux today, need to reinstall it, until then just the iPad 😔
I can, but as soon as I get that screen, my keyboard dies and does get any event
Arch :[
And to worsen the problems, you can only get the terminal after that screen
@limpid fern aaaaa BTW I ended up doing rust stuff yesterday aaaaa
is there a reason you're spamming <
I see
And on wayland I dunno any way to disable it like xinput has, so I just deleted the keyboard event file in /dev/input
Which probably caused this problem
why would you do that D:
@limpid fern what editor/ide do you use for rust?
Otherwise it would spam the < key and won’t let me type
VSCode
You do need to install Rust
And I ended up installing visual studio.
Anyway got the pen drive ready now, need to run it through rufus and then should be good hopefully
I did lol
I ended up with visual studio installed afterwards tho
And unfortunately, rust did not touch my path so I need to figure out how to add it
bruh
Bruh
Oops, sorry
hhh I think they've blocked me from signing in
lol
bruh. Microsoft, what're you doing to me
I'm even using Edge... What is this
wtf. I think it's 1Password preventing me from signing in
Yep. it's 1Password... what the heck
.........
This is an endless loop of login problems
finally!
wait it's not weird to name my organization after myself, is it?
uh oh... there's so much to read
read.
Lol
I'm trying to keep awake D:
I have been going slowly along it, getting into devops
lo
Recently messed around with lots of grafana with mongo, Postgres and Loki
I've messed with only mongo out of those
I just saw someone talking about Azure DevOps and thought I'd look into it
I mean... seems cool
uh oh
same
poor joe
it's weird sometimes
oh well. learn to spell \😩
that was a joke, I hope it was obvious
lel
i legit just
uninstalled discord
deleted all of the discord folders
and it still doesn't work
EVEN AFTER A REINSTAL
but get this, it works on ptb
interesting
seems to be working 🤔 , helo isnt a correct word
when did that happen
It never makes a suggestion
it does
It doesn't always work for me
but its been going on for a while
I think it broke in a recent Canary build tbh
i even just deleted my entire canary install
Nice, not for me, discord is weird, very weird
It didn’t even show th ping count on the icon in canary for me
i mean
I don't think Linux really has that functionality
ubuntu isn't supported
smh
The stable non canary one shows the mention count tho
Discord's a mess tbh
And we are still using it lol
like... not even going to like. They've really gotta step up their game
Hey, do you expect me to find all the communities I enjoy elsewhere
Yup that’s the reason why most are still here
welp. I don't feel like reading all of this stuff about DevOps
first few pages and I'm already feeling mindlessly bored
wdym
I just wanted to see what it was about
but like... there's so much stuff that may or may not be cool
Interesting
What what was what about?
DevOps?
Send link to what you made an account for
I don't know what you're talking about
This!
I'm so confused
What did you make an account and sign up for which last pass blocked
uh
1Password wouldn't let me sign in to Microsoft Azure at all
I had to disable it temporarily
assuming that's what you're talking about... I'm still so confused
Yes that is what I'm talking about ty lol
@grim seal out of curosity, what is the benefit to doing this?
enabling auto-merge to just approve it afterwards
there is probably a benefit, I'm just curious what it is
because I can lol
I enable auto-merge, review, donezo
Means more if there is a more complex review policy but I bypass a lot of them
Guess I'll see
I also prefer the blue one
I definitely prefer rainbow, currently
e.e that is nice
Usually before you merge a PR you need to update the branch from main, which triggers CI to run
Enabling auto merge means you don't need to wait for that, you can just enable, approve and leave it do its own thing
joe always wins
Aru sometimes loses
joe moment


(for extra speed, but it is guaranteed to be stable)
