[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology

Name
Options
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
File
  • Please read the Rules and FAQ before posting.
  • You may highlight syntax and preserve whitespace by using [code] tags.

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


Janitor acceptance emails will be sent out over the coming weeks. Make sure to check your spam folder!


[Advertise on 4chan]


File: brian_fox.jpg (6 KB, 194x260)
6 KB JPG
Did you thank Brian Fox today for writing Bash, /g?

We owe him.
>>
> created in 1989 by Brian Fox for the GNU Project, it is designed as a completely free software alternative for the Bourne shell

That's right.
>>
>>109449300
GOAT language
>>
>>109449365
I prefer zsh
>>
>>109449440
zsh has no export -f
>>
>>109449300
Thanks King
>>
>>109449487
What does 'export -f' do? Will it delete my system?
>>
>>109449300
i prefer posix shells
>>
osx versions 10.3 -10.15 likely join thread
>>
>>109449300
He's a big guy.
>>
why is he wearing a star trek uniform
>>
>>109449300
>>109449365
Our president agrees
https://x.com/okhohlakeleyo/status/2084074088767881465
>>
>>109449538
For you.
>>
>>109449529
It exports functions to child processes. For example, I can't write an fzf script where fzf uses functions in the script for keybinds, previews, or events using zsh. Each function would have to be a separate file. In bash, I can just use 'export -f <function>' after each function definition.
>>
I hate bash. the language with overflowing amount of footguns per line.
I'd be happy replacing it with tcl.
>>
File: file.png (164 KB, 614x499)
164 KB PNG
>>109449300
I respect him, but I use the fish shell.

Thank you, Brian Fox (and other Bash Developers)
And Thank you, Axel Liljencrantz (and other Fish Developers)
>>
>>109449581
>the namefag is a fish user
>>
File: file.png (635 KB, 1952x1530)
635 KB PNG
>>109449595
Fish makes life so much easier when you use the command line regularly.
>>
>>109449552
why would each function have to be a separate file? I don't understand that part. Wouldn't you just define the functions in the same file and execute them synchronously?
>>
>>109449610
What is different here than a regular CLI? Or Zsh?
>>
>>109449610
Can you show me the human-readable way to do this in fish?
while [[ $# -gt 0 ]]; do
case "$1" in
-v|--verbose)
verbose=1
shift
;;
-o|--output)
if [[ -z "$2" || "$2" =~ ^- ]]; then
echo "Error: --output requires an argument" >&2
exit 1
fi
output_file="$2"
shift 2
;;
-h|--help)
echo "Usage: $0 [options] [input files...]"
echo " -v, --verbose Enable verbose output"
echo " -o, --output FILE Write output to FILE"
echo " -h, --help Show this help"
exit 0
;;
--)
shift
break
;;
-*)
echo "Error: Unknown option $1" >&2
exit 1
;;
*)
input_files+=("$1")
shift
;;
esac
done
>>
File: file.png (739 KB, 3070x1670)
739 KB PNG
>>109449624
There is nothing on any OS that is like Fish's tab complete when properly configured.

Also, shoutout to lazygit
>>
>>109449612
No, because fzf is a child process, which starts with it's own shell, and doesn't know about the functions because they are out of scope.
>>
>>109449637
my completion in zsh is better than fish. I have a custom fzf plugin that mogs anything fish can do. I don't care about oobe, and I write my zsh plugins in bash as much as possible because bash is a superior scripting language.
>>
>>109449660
Lets see it then.
>>
>>109449660
>I write my zsh plugins in bash

Why not just stick to bash then?
>>
>>109449300
bash is obviously terrible, but that's mostly because sh is terrible so I don't really blame him.
>>
>>109449691
how are they terrible?
>>
>>109449682
because you use zsh for its interactivity
>>
>>109449729
The fact he didn't say anything as to why is how you know he's just a posturing moron saying things for the sake of saying them

>>109449747
Worth pointing out that you should be using
/bin/sh
or Dash (on Debian) for your system scripting.
>>
>>109449663
completes and previews paths. Also a file manager. You could do the same thing in fish, but fish is a painfully obtuse scripting language.

>>109449682
zsh is the superior interactive shell
>>
>>109449759
But you didn't explain "why" either.

Why use `bin/sh`?
>>
>>109449761
holy terminal font, brother. WTF are you doing?
>>
File deleted.
>>109449761
Your font is a bit weird lol. I'll show my file manager next
>>
>>109449789
don't care
>>109449803
is your fish filepath completion a file manager?
>>
File: file.png (591 KB, 1854x1384)
591 KB PNG
>>109449811
It can be.
>>
>>109449803
Doxxed
>>
>>109449826
Why so racist, man? No need to bring race into it.
>>
File: file.png (1.68 MB, 1856x1362)
1.68 MB PNG
I even have image support in my terminal

>>109449833
What? That my name's Ashley?
>>
>>109449822
That doesn't look like a filepath completion. That just looks like ranger. Though, elvish has a filepath completion/file manger that looks like ranger.
>>
>>109449843
email and oauth account.

don't share that stuff
>>
>>109449843
>>109449843
same
>>
>>109449858
I have reasons
>>
>>109449843
As someone who is currently quitting porn, that is hot to see you got some images on your comp. now I'm horny.
>>
>>109449869
Good luck. You'll need it. I manage it a lot better than I used to. At one point I did have a pretty unhealthy pornography addiction and I got it under control some time ago. Nowadays, I don't have much of a sex drive at all.
>>
>>109449916
I'm confused. Why will I need the luck if you are a prime example of it being under control? Was it hard to achieve or something?

Any tips? I talked about it with my therapist and that helped a bit.
>>
>>109449887
How is it sociology? That's just the study of how things are. Doesn't justify racism.
>>
>>109449938
It's just an expression/saying. You don't need luck, you only need yourself.

>Tips
Don't put it off for the rest of your life. Don't say "I will never masturbate again" instead say "I will masturbate less"

>>109449940
>sentinelese
I'm white
>ai cargo fucking cultist.
My relationship with the technology is very complicated at the moment.
>>
>>109449938
Try fasting and prayer. It may seem insane to not eat in order to not masturbate, but refusing to eat even though you are hungry will train your mind to understand that you can say no to temptations. Lust is typically driven by gluttony, sloth, and/or self-pity. So the solution isn't just to stop maturbating because that's just a symptom. Going for a run, skipping some meals, or generally not feeling sorry for yourself will help treat the actual disease and leave you w/ greater agency.
>>
>>109450100
The soul and the flesh cannot be extricated.
>>109450141
>completing transcendence out of the human condition
There's no such thing as transcending the human condition. The human condition is the condition that you are a human. You can't transcend that. It's literally nonsense.
>>
>>109450165
Yes and I'm sure 30 years ago you would have thought being able to generate a fucking HD artpiece out of nothing would be fucking ridiculous
>>
>>109450175
That has nothing to do with "transcending the human condition."
>>
>>109450192
The point I am making is that technology has come leaps and bounds beyond what anyone thought possible, and it's really not that big of a stretch to say that meaningful progress towards transcending the human condition may come soon.
>>
>>109450165
>The soul and the flesh cannot be extricated.
dumb axiom that can easily be disproven:
if i replace your arm with a robotic one, how will it impact your brain, let alone your higher spirit
>>
>>109450175
Further, the entire point of computers is to digitize the physical world. The interaction of the consumer with computers is just a means to that end. The entire lifecycle of computers as a technology is a satanic weapon, where the people using the computers are the things being computed.
>>
>>109450199
No it isn't. You are using a technique called AiM right now. I recognize it. You are evil, and you are sick, and you need help. I will not take distance from "the movement", I don't even know what "movement" you speak of, but the only ones who may (or may not) face anything remotely resembling a nuremberg trial, in my opinion, is Donald Trump and the Republican party, and all those involves with Jeffery Epstein's rapist island.
>>
>>109450209
>If you replace a person with a robot you didn't really replace them. Just think about an arm, though.
Axioms aren't real. All knowledge claims are circular.
>>
>>109450239
You are the one who lost decorum with me, when you said:

>>were just people with political ambitions. dont mind us while we infiltrate your institutions to bypass the democratic process

That was extremely out of line, and that was a literal instance of "behind nearly every accusation, there is a confession"


You are the one who did that. You are the one who has to live with that. You cannot put that on me.
>>
>>109450244
thats complete horseshit
and when you think about it, fundational axioms are a matter of definition, not duct tape plastered over a leaky theory
>>
>>109450253
>fundational axioms are a matter of definition
All knowledge claims presuppose a prior knowledge claim. You can't fully justify any knowledge claim. Every single one is a broken chain. How do you know that? "We have to assume." isn't an answer. There is not one axiom. Self-evidence is an oxymoron.
>>
>>109450251
in fact, breaking decorum is a very powerful, but underrated rhetorical tactic
it immediately shows to the onlookers were in "real mode, the realest there is"

using decorum as a weapon, denigrating your opponent is a valid discourse tactic
but so is breaking decorum and starting, "well actually..." mode
its high risk, granted, but its also high reward
people value honesty
and decorum goes against it
>>
>>109450273
no
you can evaluate, and predict a phenomenon in isolation
its pretty much the history of science.

we did know how to predict how fire spreads without knowing the underlying reaction is oxidization

youre not rigorous enough in your thinking, anon
and when you abandon rigor
then everything goes
but if everything goes, then youre not approximating truth, but merely an opinion
>>
>>109450287
apotheosis in the transhumanist sense
youre really a very bad transhumanist if you dont know what it means
>>
>>109450309
>Science cannot prove that the scientific method is accurate
it actually can.
our slice of reality functions on causality
causality which can be ascertained through stats

we actually can, even quantify, to which degree our methods are accurate
we even can quantify to what degree were sure about them
>>
>>109450331
No it doesn't because the scientific method applies to only material phenomena. The scientific method is not a material phenomena and is the product of a-priori reasoning. You literally can't construct a deductive proof for it. You have to use an inductive proof, which is apriori.
>>
>>109450344
no
beyond a certain point egotists just become dangerous

the extreme point of egotism is solipsism
now imagine just how dangerous a solipsist can be
>nothing matters anyways, im the only real entitiy
>so why not let out a plague that destroys all of humanity
>the screams are merely projections of my mind anyways...

you
lack
rigor

you could get to higher heights but not without the accompanying rigor, anon
>>
>>109450355
>retard sophistry from some dumbass who doesn't into proofs and logic.
>>
>>109450372
the difference between the spiritual and the material is only that the material can be described using a ruler (shortened)
>>
>>109450379
>the extreme point of egotism is solipsism
>transhumanism doesnt preoccupy itself with being explanatory.
lmao
>>
Haha yeah man I love bash
>>
>>109450391
Did you read that on a blog or something?
>>
>>109450422
You don't have arguments.
>it actually can.
>our slice of reality functions on causality
>causality which can be ascertained through stats
>we actually can, even quantify, to which degree our methods are accurate
>we even can quantify to what degree were sure about them
These are all assertions, retard. When you achieve apotheosis, I imagine it will take the form of you managing to shove your head so far up your ass it comes out of your own mouth like some kind of inside-out oroborous.
>>
>>109450451
>animal noises
i do have arguments
but theyre too advanced for your animalistic mind to understand

all you know is analfuck. and this is the whole extent of your worldview

i can be patient
but when you start insulting me, the patience evaporates in an instant
>>
>>109450469
I'm not even him but I'm waiting here patiently.
>>
>>109450469
You can't distinguish arguments from assertions and don't understand the heritage of your own retarded ideas.
>>
>>109450479
arguments already presented
feel free to look up the reply chain

>>109450481
>b-but the heritage
oh, so were talking about the lens of dogmatism, now?
did you only mature enougth to understand that dogmas are, by definition, irrational?

i wont explain the idea beforehand, id like to see what you think about it, before being confronted with my opinions
>>
>>109450469
You said that the scientific method can prove the scientific method, even though the scientific method deducts the aposteriori, and is an a priori concept. You're basically asserting that you can interpret data without information. Everything you say is nonsense because you fundamentally do not understand how to even reason. You just picked a favorite philosophy without ever learning how to critically think, like a sophomoric retard.
>>
>>109450521
You are coping.
>>
>>109450503
define syllogism, psued.
>>
>>109449576
AI can help you extend tclsh to be an acceptable alternative to bash for a user shell.
>>
>>109450534
Wrong.
>>109449916
Civil.
>>109449938
Civil.
>>109449940
>the namefaggot
And there you broke civility.
>>
>>109450521
>You're basically asserting that you can interpret data without information.
what?
data is information
im not following
>>
>>109450545
Data is not information. You use information to interpret data. You fail infosci, psued.
>>
>>109450571
Notice how you continue to use slurs to speak to me, and I have yet to do so?

You are uncivilized.
>>
>>109450559
no
thats lacking intellectual rigor

feel free to try again
feel free to challenge me on that assertion too btw
>>
>>109450571
>i wasnt taught anything, i dropped out of the 10th grade
I can tell.
>>
>>109450582
>thats lacking intellectual rigor
You don't understand proofs. Shut the fuck up.
>>
>>109450583
That person is probably someone who I had sex with a long time ago, and to make matters worse the character they are playing is their projection of what they perceive me to be like.

The world is a tiny place.
>>
>>109450625
Does it surprise you that I can still almost always tell when it's you posting?
>>
>>109449300
Bash is niggerlicious
>>
>>109450647
I still love you.
>>
>>109450675
I'm doing mostly okay
I just love you and miss you.
>>
>>109450675
You're not good at psych. You're literally just a psued. You don't know how to reason and you're extremely emotionally invested in things you clearly don't understand. You do not have a stable psyche. You don't even have the means to evaluate that. Take an MIT OCW discreet math course or something and learn how not to be a complete retard who thinks like an abusive drunk in a trailer.
>>
>>109450539
that has no bearing on majority of scripts being written in bash and me having to read it.
I already choose to write nontrivial programs in anything else.
>>
>>109450860
I'm still waiting on the full experience like I feel like you should get one over on me or something, considering
>>
>>109450887
my mental illness superpower is i can recognize all of you even though your username is anonymous if i'm around you enough
>>
>>109450868
nah
being insulted over the web doesnt justify full war mode
also you didnt know, thats another factor

neh, i have more pertinent enemies to deal with
people who actually hurt me. like, actually actually
you badmouthed me?
its ok, you didnt know me
didnt prevent me from listenting to you, and showing you my "tough love" kind of compassion

comparatively?
youre ok, anon.
i have to deal with way heavier shit irl
>>
>>109450899
I did know you and I do know you
lol
Just e-mail me whenever
>>
>>109450899
Gotta have that gay rape psycho compassion. It's an important character trait.
>>
I'll never be a fish user. Bash is the GOAT.
>>
>>109449729
They're programming languages based on manipulating plaintext strings that make it virtually impossible to correctly manipulate plaintext strings.
I'm not sure I've ever seen a nontrivial bash script that works on all possible inputs. No, shellcheck is not enough.
>>
>>109450938
whatever you call it
i call it "being measured in all things"
extremes are sometimes warranted
but thats extremes

lets all be measured and the world willl be just fine
>>
>>109451021
>tardslop nonsense
You need to be sedated.
>>
>>109451030
no, i am to do the sedating thing
and do it permanently where people just get injected with hydrochloric acid into their brain

give me OLLLLLLL the pedos
ill turn them into constructive members of society, dw
>>
>>109450996
I am love with you, please stop drinking so much. I will not abandon you. I promise. I promise you I will keep waiting. E-mail me and stop posting your text walls you drunk fucker.
>>
>>109451043
i dont need your love though
i dont want it

love is attachement
the only thing you should love is the human family
and by love were not talking about sex
were talking about doing the best you can do to get the best outcomes for the object of your love

this is what love is
has fuck all to do with sexual release
a father can love his son without wanting to fuck him, right?
so yeah
love != sex
>>
>>109449610
>ashley
you know the rules
>>
>>109451002
They're not for "working on all possible inputs." They're for being good enough to glue other programs together, and there are no other languages that are better at that than shells.
>>
>>109451069
I don't need to have sex with you. I want to take care of you. And provide for you and be your friend.

You don't have to be attached to me
But I'll be attached to you

I love you
I want the best outcomes for you
You are not an object
You are a person
You are the person that I love
You spend too much time on this board just like me
Don't lose sight of the fact that you are a person.
>>
>>109449300
THANK YOU BRAIN FOX! I SWEAR I'LL NEVER BECOME A FISH USER!
>>
>>109451215
I have reflected poorly on fish users everywhere itt
>>
>The Bash command syntax is a superset of the Bourne shell's syntax, from which all basic features of the Bash syntax were copied.
>>
>>109451193
same to you
thats what we call "friendship"
because its love, but expressed between brothers from different mothers

nietche has an edgy way of expressing thingts but thats exactly what he says:
>do things bc thats how you feel like. dont do em bc thats what others expect of you.
>just fukken be yourself, and dont try to explain it.
>why would you need to explain anything to begin with...
how i see things:
youre ok. you got my support. i like building thins and iof someone else builds something thyanks to my support i kinda contributed to it, ever so slightly

be strong, anon
idc about the details
just do what you feel and ill support you in your stuff, as long as i wont be implicated in a legal way for doing so

on the other hand
i think going against nature is a whole lot of hassle and if the gain is just your animalistic needs
then its not worth it because thats not the transcendental soul
or rather
thats not what drives you to higher heights
no
its what drags you further down

im really a transhumanist
the actual fundamental unit of a human is the soul, for me
and it is all that matters, you need to elevate your soul, anon
dont focus on the flesh its only temporary
and with a lil bit of luck
soon we will transcend it

through machine, or biology, doesnt matter
what matters is that the soul/spirit/cognizance is *the invariant in such transformations

honestly, faced with infinity
tf do you care about your lower chassis?
bc i dont
>>
>>109451326
Prove that the flesh is only temporary.
>>
>>109451326
>The thing that makes you human is the soul, and the soul exists beyond the body and is still human.
>I think I can transcend it.
POST CODE YOU NOCODER PSUED
>>
>>109451335
we rot, no?

>prove that soul is infinite

even our thermal radiation is propagated throughout the universe

is it meaningful? nah, lol
but is it existant?
well, it cannot EVER be destroyed
and im talking about our most basic- flesh liek attributes

and yes, our body heat is a measure of our existence because we could end said existence at an arbitrary moment

so no matter how derivative
the *duration of our heat emission, is a direct expression of our mindset, even if some information is lost in the process.
like- why? are we still alive

but were talking in absolutes
i dont try to explore the human condition properly

i dont have many answers there
kinda only faith in the equilibriyum between entropy-forming and entropy-blocking elements
and thats the justification of the exertion of my will
also
i justify my actions by the fact they tend to maximize *others expression of will (anti enthropy)
>>
>>109451371
yes.
>its only two lines
and this is what is so beautiful about it
>>
>>109451408
Is this a C thread?
>>
>>109451391
>even our thermal radiation is propagated throughout the universe
Non-sequitur. Shut the fuck up.
>>
>>109451417
all threads on /g/ are c threads in disguise
but otherwise- i think i worked out a sane abstraction of the whole opencl framework where you get iirc 4 or 5 finction calls
and then you only interact with queue objects, and kernels
as in: code-boud kernels as opposed to having one kernel object per device and now you have to keep track of all that fucking shit

but yes
this is a c thread

all /g/ threads are c threads in disguise
even the ai-cargo-cultist ones
they also do c.
>>
>>109451435
>non sequitur
because of you-error

non sequitur means - without following
or something of the sort, i havent done latin in fukken 20 years, but thats where "sequential" comes from
thats the root
>>
>>109451391
>We rot, and the soul is "infinite", but somehow i can assume that there is no body after death.
Your entire worldview is just a pile of made up bullshit.
>>109451451
>Look at me I'm not a nocoder!
You have a mental illness.
>>109451467
I don't care when you took latin. Learn fallacies you fucking retard.
>>
>>109451479
>Learn fallacies you fucking retard.
which one?
this is a great advice, but i dont see where im wrong
and thats the second stage of the fallacy thing

>when you look for the ones you dont even notice

have the soapbox.
tell me all you see so that i can become a better man
>>
>>109451110
Ashley can be a male name.
>>
not sarcasm btw, if there was any doubt to be had
just ideological darwinism
>>
>>109451492
I'm not going to force feed you how to think. I'm not going to explain to you what a non-sequitur is if you think you're smart enough to be talking about the psuedo-philosophical horseshit you use to justify your mental illness. You need to start at square one with the laws of logic. If you can't see where
>even our thermal radiation is propagated throughout the universe
is irrelevant to the the question of whether the flesh is temporary, and how your claim that the soul is INFINITE contradicts that. I'm not going to help you. The help you need is professional.
>>
>>109451564
>>even our thermal radiation is propagated throughout the universe
>is irrelevant to the the question of whether the flesh is temporary,
its 100% relevant to it when we approach the matter with the same standard as:
>relativity
>what matters is how time is perceeived by the observer
>thence a lack of an "universal frame of reference"

or something
ill learn this shit at some point
the maths and all
(im self taught and rn i work in stats so dont expect me to drop everything and make a 12 month detour for a 4chans argument sake)

but converesly
isnt the effects of our existence, as in: thermal radiation
a continuation of our existence

by virtue of our existence being defined by our interaction with the world, the same way as reality is defined as the way it interacts with us,
as per relativity
or even quantum too with their observer thing but thats at another level as i understand it
>>
>>109451655
>flesh is "our existance"
>"I" maintains ontological status when the body physically atomized
You're a fucking retard.
>>
>>109451678
counterpoint: define "i"
bonus poins when it doesnt boil down to "our agency"
turbo points if you can prove our agency is not the effect we have on reality

a == b == c == d
our thermal emanation
absolutely indestructible, even if insignificant
is an extention of our being

>youre a fucking retard
neh, try to keep up anon
im baked
im multi-threading now
quantum fukken brain mufugga
>>
>>109451716
>counterpoint: define "i"
>ontology is an ever shifting goalpost
>even though the matter that makes up the human body changes out several times over throughout a person's life, all those atoms are me even though they end up in other people and become them
>flesh is the thermal radiation 300,000 years from now
>I'm baked
>>
>>109451824
>ontology is an ever shifting goalpost
no, its just subtler than your usual thought and so were converging on a definition based on your background
feedback loop and such

unless youre either evil or retarded
you could be a salty 125iq troll whos just salty things dont go your way
or you could just be retarded
like
an aging dog has more complex cognition than you do
nay
a fucking hamster.

and yeah, im baked
thats wqhat turns me into a hippie with infinite patience
you should try it.
it is indeed a psychotrope, and is completely reversible
who knows what you are underneath
and weed is inconsequential
youre clear mentally in 12 hrs
youre clear biologically pretty much 100% at 6 mos (in case you wanna do army or something)(the shit dissolves in your fat and thats why it takes ages to completely, biologically clear)
>>
>>109451655
>ill learn this shit at some point
You need to start with the laws of logic and the basic branches of philo. How to ask an ontological question, how to ask an epistemic question, how to ask questions concerning ethics and aesthetics, etc. Memorize logical fallacies. Understand the is/ought problem. Do logic problems.
>>109451944
You literally presented the reductio for your own position without understanding that it means you're wrong.
>>
>>109451944
>dude weed lmao
>I'm a philosopher bro
>THE UNIVERSE
>>
>>109451956
>You need to start with the laws of logic and the basic branches of philo.
i dont need em
logic is self evident

>You literally presented the reductio for your own position without understanding that it means you're wrong.
ok, then you can spell it out, right?
right?
>>
>>109451973
no, high iq in your face
just watch:
>>109451985
>>109451956
>>
i didn't know he was so brown...
>>
>>109451985
Self-evidence isn't real. Nothing evidences itself. Things are evidenced by other things. Logic is the law of identity, the law of non contradiction, and the law of the excluded middle. A thing is itself, a thing is not not itself, and a thing can only be either true or false, there's not a between. These can be inducted, but they are not self-evident.
>>
>>109452054
unironically
its /g/ who taught me that bash comes from a nigger lamao

(ill tell you a secret: i dont really care desu)
>>
>>109451985
>ok, then you can spell it out, right?
He didn't get it.
>>
>>109452078
>Self-evidence isn't real.
only if youre sub-80

no, i wont be teaching you
youre very rude, why would i teach you anything
enjoy being a fucking retard
>>
>>109452113
You can't prove self evidence because it doesn't exist. All you can do is petitio principii.
>>
>>109452097
i too don't care
(i'm configuring zsh as we speak)
>>
>>109452123
logic is the basis of the cognitive process
unironically im ok with doing away with it
but youre not ready bc you think its a trashold
when its not a threshold, but a regime of thinking,
*smacks lips*
nigger
>>
File: file.png (366 KB, 2630x1272)
366 KB PNG
I'm really not looking forward to this anniversary.
Moving back to technology anyways:
Now showing: ``btm''
>>
>>109452148
>doesn't realize he has to use logic to argue against logic
>calls other people low iq
Have fun programming without the law of identity.
>>
>>109452137
kek, zsh is also made by coloreds?

legit, i never gave a shit
if someone does their job right
theyre obviously doing their job right

theres stats though.
and these cannot be ignored

its either we go full cynical (mass immigration)
or we try to solve the problems that cause immigration
systems analysis 101: go for the root cause
>>
>>109452169
idec what it is
if its something relevant i stumbled upon it and call it a different name

enjoy keeping in memory all the solutions when others can just improvise one
including those you never learned about
>>
>>109452183
Paul Falstad wrote it
>>
>>109452239
>Thinks discrete math is normal math.
>can't think critically
>doesn't know what he doesn't know
>assumes, anyway
>>
OP here.

Just got back from touching grass.

You all should try it sometime.

Was just trying to celebrate our guy, Brian.

WTF!
>>
>>109452243
im traumatized by macos, though
legit
its like being in a straight jacket compared to loonis

and zsh is macos standard, isnt it?
>>
>>109452258
Bash is the greatest language of all time. Single most powerful programming language ever devised.
>>
>>109452248
>is right even with partial info
sory but it is what it is

theres anons who pour
and theres anons who drink

youre an anon who pours i guess
>>
>>109452271
>psued nonsense
>bong rip
>"I'm the wisest of the elders, bro. Logic is just a threshold I can freely cross, even though I don't know what it is."
>>
>>109452287
>not an argument
i accept your mental constipation
i would pity you, if i had any compassion for annoying retards like yourself
>>
>>109452265
Don't let macos color your perception of zsh. While the language itself doesn't offer quite as much as bash does, it also has some cool things, particularly in the interactive shell. ZLE is much more advanced than readline.
>>
>>109452271
>>109452305
take your meds, bro.

Plz
>>
>>109452305
You rejected logic, you reject the very purpose of argumentation. You don't get to reject logic and demand an argument. You lose.
>>
>>109452316
i vaguely remember something of the sort
that zsh was actually kinda based, but quite alien

i wont mention it no more. yorue right, zsh != macos
its unjust towards zsh to tint it with macos legacy


>>109452318
>the constipated call for meds
its is only natural
constipation is an an error-state of your guts, you gotta fix that
>>
>>109452265
yes, it's default macos shell.
i have used zsh in the past (althoughbeit with omz). don't have anything bad to say about it really. i like their tab completion system.
>>
>>109452346
It's really very similar to bash. You can just run most bash in zsh with no problems. There's different quoting rules regarding variables that I can never quite remember, and there's a bunch of settings in zsh that change it's syntax and behavior to be like other shells.
>>
>>109449300
I havent opened a cli in 6 months I just tell claude what to do
>>
>>109452346
zsh's arrays start at 1 unless KSH_ARRAYS is enabled. zsh also has an autopushd setting that makes the builtin cd always push to the dir stack.
>>
>>109452346
The coolest part about zle is $LBUFFER and $RBUFFER. The left and right of the cursor is stored as a variable, which makes it pretty easy to make custom completion plugins. Something I haven't figured out, though, is how to make completing path/to/{file1,file2,fi...} not expand into three filenames when i press tab.
>>
>>109452361
>>109452383
thats what i was gonna say
the one thing i noticed when i migrated to macos for a while, for reasons of availability
the thing that pissed me off was the way macos internalizes \n actually
i had my scripts written in bash (basic stuff)
and it pretty much ran out of the box when ran on macos iirc (t'was 5 years ago. not only it was long ago but also i was noob in things then)

minus the \n
the \n is, for soem reason, a fuckign problem no matter the utility you use
but they sure found the time to implement printing a fucking apple into the console when you press | (alt + 1 on french kb)
no, you actually have to use alt shift + l

i would like to have a couple of "words" with the person who took that decision
then with the team leader who allocated time to printing an apple to the console instead of doing a FUCKING PIPE ON AN UNIX SYSTEM

i really hate the friction apple deliberately creates to remind the user they use an appo product
this is mentally fucking retarded
and that is why supercomputers run on loonis, not macos
->aint nobody got time for their shit
->except bored housewives
>>
>>109449761
font name?
>>
>>109452649
It's a build of iosevka. You can make one here,
https://typeof.net/Iosevka/customizer
but you have to use --jcmd=4 or something to limit the cpu usage or you'll oom.
>>
>>109449300
Thank you, Brian
>>
>>109449300
Ty black man-san
>>
>>109452419
>>109452499
i was gonna try to say something woth posting
but im too drunk, im gonna catch some sleep
i barely see, but still, have you's
have a good day/evening
>>
>>109452714
don't tell me what to do, i use -j5 on my dual core
>>
not installing npm tho...
>>
>>109452998
That might be fine if your 2 cores are slow enough to not fill up your RAM too fast.
>>109453027
I don't blame you.
>>
>>109449300
https://github.com/gitGNU/gnu_bash/blob/master/flags.h#L27-L29
/* Welcome to the world of Un*x, where everything is slightly backwards. */
#define FLAG_ON '-'
#define FLAG_OFF '+'
>>
File: MbaTerruf.jpg (112 KB, 850x1063)
112 KB JPG
>>109449300
I use xonsh in prod.
Adding the s into every run.
>>
>>109451512
uhhhhh
see: >>109449843
your gut is always right, anon
more like ACK-ley amirite
>>
didn't write the original bash but did do a lot of work on it right? still huge props to him for the work he's done.

>>109449636
argparse + if set -q _flag_<flag>. it's very human readable but limited and kinda ugly?

>>109449761
this is sick.
>>
>>109454864
half black
mom's black, dad's jewish
>>
File: freedom.jpg (272 KB, 953x1200)
272 KB JPG
>>109455199
and completely based
>>
>>109449761
>zsh is the superior interactive shell
any examples? legitimate question
>t. lifelong bash user who never felt the need to change before
>>
>>109449300
my nigga
>>
>>109455771
>implying
??? what the fuck are you talking about



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.