Viewing profile — BanazirGalbasi
BanazirGalbasi
HN member- Joined
- Tue, Jul 10, 2018, 7:36 PM UTC
- HN karma
- 390
- Public activity
- 141 items
- HN profile
- View on Hacker News ↗
About BanazirGalbasi
No profile information was provided.
Recent public activity
-
comment
Comment #48585102
I didn't want to bring up ghosting in other contexts because the conversation has been more focused around the job market. The idea that everyone hates getting ghosted even if they…
-
comment
Comment #48561148
Getting a rejection message, even an automated one, removes ambiguity. You're no longer wondering if you missed a call or an email went to spam, you have it right there in writing.…
-
comment
Comment #46873593
This seems like a problem with your friend moreso than with 3D printing in general. Most people I know who hear about 3D printing don't immediately think of making weapons. Toys an…
-
comment
Comment #46873489
That case started over a year ago, I would have expected the topic to come up long ago if this was motivated by the shooting. Granted, lawmaking takes longer than public sentiment …
-
comment
Comment #46873431
If I recall correctly, this is state-dependent. Some states just say you can't sell it, some require you to serialize anything you make even if you won't sell (the process of seria…
-
comment
Comment #46376660
Rather than Hello World, I'd rather see something like a classic Fibonacci calculator with recursion. That way you see function definitions, variable typing, math operations (Lua d…
-
comment
Comment #46371346
> either way, at least you can't toggle between indexes starting at zero and one You can, you just have to explicitly assign something to a[0]. Lua doesn't have real arrays, just t…
-
comment
Comment #46370233
Because Lua's Hello World is just `print("hello, world")`, which looks a lot like Python and doesn't tell you much about actually using the language.
-
comment
Comment #46129168
The GPUs, sure. The mainboards and CPUs can be used in clusters for general-purpose computing, which is still more prevalent in most scientific research as far as I am aware. My al…
-
comment
Comment #45347915
This is whataboutism. Just because they are also doing it doesn't mean its okay to do at all. It just means that Mr. Beast is the one being focused on here, and that other organiza…
-
comment
Comment #44674892
To add: Exercise builds strength, including cardiovascular. Just having a low bodyfat % isn't the epitome of health, there's plenty of facets to focus on. I have a friend with a he…
-
comment
Comment #44359925
Maybe include it in the Assist response window? I know you can disable Assist from the settings icon there, but also including a way to avoid AI entirely where it's most relevant a…
-
comment
Comment #44359837
It really depends on what you're doing with your computer. For all of my computer science classes, a Chromebook would not have been sufficient. We did have a remote desktop server …
-
comment
Comment #43870334
What action has been taken as a result of that ruling though? The Supreme Court might as well give the president a big thumbs down if nothing actually happens.
- comment
-
comment
Comment #42465653
I took a class hosted by a group affiliated with my local renfest, which kind of kickstarted me to actually follow up on all the research I did. Having experienced instructors help…
-
comment
Comment #42465179
On the cheaper side, Lansky makes a good jig and set of stones that's good for setting angles, and getting razor edges if you already have the angle set. [1] Worksharp makes a simi…
-
comment
Comment #42465118
It's a bit of a nitpick, but I hate the term "Damascus steel" used in this context. This is pattern-welded steel, which was first called Damascus by Bill Moran in 1973. It offers f…
-
comment
Comment #41760274
I think it's because Xubuntu was a lighter alternative to Ubuntu when it ran Unity desktop. I don't know how Gnome compares to Unity, but at the time Xubuntu was far better for low…
-
comment
Comment #41713854
This is why reading comments before contributing to the conversation is useful. There are already several comments outlining why a $25 wheelchair, especially a used one found at th…
-
comment
Comment #41671322
The idea is that there's several layers. If the spy appears like a normal citizen, then they won't be surveilled closely, so the book is less likely to be discovered. Keeping multi…
-
comment
Comment #41411414
Keeping ctrl-C as the binding for copy is silly though. Intentionally having poor UX that's unnecessarily confusing to power users because of "reasons" is why Windows can never bec…
-
comment
Comment #41383321
After skimming the skills I'm familiar with, I came to the same conclusion. I was actually relieved when I saw that Blacksmithing isn't finished yet, and that's something that I'm …
-
comment
Comment #41227244
For people new to the DIY skills it requires to do it right, 2 months seems reasonable. You have to learn the skills, and when you're applying them you stop constantly to check tut…
-
comment
Comment #41167918
Regarding using the right tool for the job: > sed, awk, cut, a quick bash one-liner, a simpler editor, an infinitely more powerful IDE, an actual IRC or mail client, an actual pres…