- Last 7 days
-
superlative-moonbeam-1cb7f9.netlify.app superlative-moonbeam-1cb7f9.netlify.app
-
Blue money
Rainbow money
Tags
Annotators
URL
-
- Jan 2023
-
stackoverflow.com stackoverflow.com
-
There's a fundamental error in your question: commits are not diffs; commits are snapshots. This might seem like a distinction without a difference—and for some commits, it is. But for merge commits, it's not.
-
-
-
That tends to be the biggest cop out excuse for libraries. Just do a major version release. The fact this library lies about the encodingis extremely problematic and causes numerous bugs. Any program currently using this library is already incorrect because of this behavior. Actually exposing the problem makes it easier for people to fix.
in reply to subject of https://hyp.is/VeTJlpN0Ee2mNKOVyQ-B5g/github.com/mikel/mail/issues/902
-
- Dec 2022
-
-
While this offers flexibility to address many operator use cases, it makes simple use cases, like the developer use case, more complicated to express than they need to be.
annotation meta: may need new tag: - developer use case - more complicated to express than they need to be.
-
-
forum.audacityteam.org forum.audacityteam.org
-
I have yet to see a Snapd or Flatpak build of Audacity that I'm happy with. Those builds are beyond our control as they are made by 3rd parties. I do find it mildly annoying that Flatpak direct users that have problems with their builds to us.
annotation meta: may need new tag: the runaround?
-
- Nov 2022
-
engineering.appfolio.com engineering.appfolio.com
-
Benoit Daloze of TruffleRuby points out that this is all much easier to read if you define your Ruby internals in Ruby, like they do. He's not wrong.
-
-
github.com github.com
-
Testing frameworks often introduce their own abstractions for e.g. evaluation order, data validation, reporting, scope, code reuse, state, and lifecycle. In my experience, these abstractions are always needlessly different from (and inferior to) related abstractions provided by the language itself.
-
-
addons.thunderbird.net addons.thunderbird.net
-
stackoverflow.com stackoverflow.com
-
Changing the second line to: foo.txt text !diff would restore the default unset-ness for diff, while: foo.txt text diff will force diff to be set (both will presumably result in a diff, since Git has presumably not previously been detecting foo.txt as binary).
comments for tag: undefined vs. null: Technically this is undefined (unset,
!diff
) vs. true (diff
), but it's similar enough that don't need a separate tag just for that.annotation meta: may need new tag: undefined/unset vs. null/set
-
- Oct 2022
-
store.steampowered.com store.steampowered.com
-
a little flaw (Google translation can not find the translation of the word "瑕疵", so can only use the word "flaw" instead)
annotation meta: may need new tag: no exact translation in other language
-
-
steamcommunity.com steamcommunity.com
-
so this means that there are no documentation telling you that this is the way you have to do it anywhere so naturally a lot of devs do not know about this, unless they ask about it by luck or of curiousity.
annotation meta: may need new tag: how could they know / how would one find out?
-
-
raku.org raku.org
-
Definable grammars for pattern matching and generalized string processing
annotation meta: may need new tag: "definable __"?
-
-
gamefound.com gamefound.com
-
First and foremost, we need to acknowledge that even though the funding goal has been met–it does not meet the realistic costs of the project. Bluntly speaking, we did not have the confidence to showcase the real goal of ~1.5 million euros (which would be around 10k backers) in a crowdfunding world where “Funded in XY minutes!” is a regular highlight.
new tag: pressure to understate the real cost/estimate
-
-
denisetodd.medium.com denisetodd.medium.com
-
#BOOK and #book are treated as the same tag. Folders and links ARE case-sensitive.
les tags ne prend pas en compte le majuscule et le minuscule
-
-
openvalidation.io openvalidation.io
-
Machines understand languages, that are formal and rigid, with unique and unambiguous instructions that are interpreted in precisely one way. Those formal, abstract languages, and programming languages in general, are hard to understand for humans like ourselves. Primarily, they are tailored towards the requirements of the machine. The user is therefore forced to adapt to the complexity of the formal language.
.
-
- Sep 2022
-
metalblueberry.github.io metalblueberry.github.io
-
it quickly becomes a mess of non related functions that anyone but the owner feels brave enough to import
-
-
developer.mozilla.org developer.mozilla.org
-
The request might or might not eventually be acted upon, as it might be disallowed when processing actually takes place.
-
-
github.com github.com
-
One of the reasons I initially pushed back on the creation of a JSON Schema for V3 is because I feared that people would try to use it as a document validator. However, I was convinced by other TSC members that there were valid uses of a schema beyond validation.
annotation meta: may need new tag: fear would be used for ... valid uses for it beyond ...
-
without a schema, you do not have a spec, you have an aspiration.
annotation meta: may need new tag: you don't have a _; you have a _
-
When we do release a final version of JSON Schema, please do not use JSON Schema to guarantee an OpenAPI document is valid. It cannot do that. There are numerous constraints in the written specification that cannot be expressed in JSON Schema.
-
-
github.com github.com
-
JSONPath contains verbiage that allows for an empty array to be returned in the case that nothing was found, but the primary return in these cases is false.
annotation meta: may need new tag:
distinction between nothing, false, and empty array
verbiage that allows for ...
-
-
github.com github.com
-
We do not want to change or remove additionalProperties. Providing a clear solution for the above use case will dramatically reduce or eliminate the misunderstandings around additionalProperties.
annotation meta: may need new tag: - don't want to change or remove existing feature [because...] - solving problem B will reduce misunderstandings around feature A
-
-
corpgov.law.harvard.edu corpgov.law.harvard.edu
-
But do ESG ratings really deliver on the promise? Are highly-ranked ESG businesses really more caring of the environment, more selective of the societies in which they operate, and more focused on countries with good corporate governance? In short, is ESG really good? The answer is no.
black box
opaque score
-
- Aug 2022
-
-
You can use Danger to codify your team's norms, leaving humans to think about harder problems.
annotation meta: may need new tag: codify a team's norms
-
-
twitter.com twitter.com
-
ReconfigBehSci [@SciBeh]. (2021, November 26). RT @mvankerkhove: I thank researchers from 🇿🇦 and 🇧🇼 for sharing information with @WHO & the world about B.1.1.529 variant that has been re… [Tweet]. Twitter. https://twitter.com/SciBeh/status/1464196599773642779
-
-
www.schneems.com www.schneems.com
-
It can be exhausting to backchannel and “find buy-in” for every little thing.
annotation meta: may need new tag: the need to “find buy-in” for every little thing.
-
-
-
Don't disregard it because it's cute.
-
-
stackoverflow.com stackoverflow.com
-
MY_PATH=$(cd "$MY_PATH" && pwd) # absolutized and normalized
scripting: finding absolute path
-
- Jul 2022
-
graceful.dev graceful.dev
-
to deepen and mature your coding practice
-
-
- Jun 2022
-
web.hypothes.is web.hypothes.is
-
Domain
-
-
Local file Local file
-
将第一原理这个概念带火的是埃隆∙马斯克——一个改变游戏规则,不断颠覆传统的创业者
第一原理是马斯克的标签tag,就像多元思维模型是查理芒格的一样!
-
- May 2022
-
github.com github.com
-
html <md> # Markdown Support Awesomeness </md>
html <github-md># Example </github-md>
-
- Apr 2022
-
-
Unless new evidence comes to bear that refutes the basic tenets of this analysis
that's a fun way to say this...
-
-
github.com github.com
-
These callbacks are focused on the transactions, instead of specific model actions.
At least I think this is talking about this as limitation/problem.
The limitation/problem being that it's not good/useful for performing after-transaction code only for specific actions.
But the next sentence "This is beneficial..." seems contradictory, so I'm a bit confused/unclear of what the intention is...
Looking at this project more, it doesn't appear to solve the "after-transaction code only for specific actions" problem like I initially thought it did (and like https://github.com/grosser/ar_after_transaction does), so I believe I was mistaken. Still not sure what is meant by "instead of specific model actions". Are they claiming that "before_commit_on_create" for example is a "specific model action"? (hardly!) That seems almost identical to the (not specific enough) callbacks provided natively by Rails. Oh yeah, I guess they do point out that Rails 3 adds this functionality, so this gem is only needed for Rails 2.
-
-
github.com github.com
-
so the effort to make it work for every audio player on all user environments is futile.
-
- Mar 2022
-
store.steampowered.com store.steampowered.com
-
Its core theme - segregation. It's done in such an ingenious and innocent way - colour.
new tag: not so much sneaky, but clever way of communicating an idea/message/theme
-
-
diamond.mirror.xyz diamond.mirror.xyz
-
dive into trends and patterns that emerge from applying network analysis and data science on the digital traces collected from Snapshot and DAOHaus. Finally, in Part 3, I take the MetaCartel DAO as a case study of governance and look at some of the properties that drive participation. In each section, you will find a collectible NFT. The proceeds from each NFT will go directly towards supporting current and future Diamond Dao community resea
This is super interesting because blah blah blah
-
-
ludocode.com ludocode.com
-
I believe this is partly due to a militant position on free software. Some advocates believe so strongly that users should be able to recompile their software that they force them to do so. They break libraries seemingly on purpose just to say, “Recompile! Oh you can’t? That’ll teach you to use binary software!” Of course users don’t want to recompile their software, but what users actually want is usually lost on GNOME developers.
-
-
hypothes.is hypothes.is
-
-
github.com github.com
-
In any significant project I worked in the last 15 years, logging text messages resulted in a large amount of strings which was hard to make sense of, thus mostly ignored.
hard to make sense of, thus mostly ignored
-
-
code.visualstudio.com code.visualstudio.com
-
Note that this is a breaking API change in the libraries (more information in the README.md). It does not affect the backwards compatibility of the protocol itself.
annotation meta: may need new tag: backwards compatibility of the protocol backwards compatibility for [libraries that use [it?]]
-
- Feb 2022
-
sakai.duke.edu sakai.duke.edu
-
I consider it opportune at this juncture to recall that montage is just as indispensable a component feature of film production as any other element of film effectiveness
Not a thesis, just an assertion of how important this discussion is
-
-
www.nytimes.com www.nytimes.com
-
Otherwise, “there will be conseq
Say something.
D
Tags
Annotators
URL
-
-
github.com github.com
-
I did a spike to come up with a PoC for introducing this into the codebase of a product that I'm working on (matteeyah/respondo#225) by monkey-patching ActiveRecord with delegated types. It's amazing how can a small code change in ActiveRecord facilitate a big change in the domain model.
-
-
github.com github.com
-
You may want to jump straight to the Examples section if formal stuff annoys you.
formal stuff annoys you
prefer practical vs. prefer theoretical/academic
-
- Jan 2022
-
discussions.apple.com discussions.apple.com
-
test
Tags
Annotators
URL
-
-
stackoverflow.com stackoverflow.com
-
Possibly there are authorizations that will permit access to the resource, possibly there are not, but let's give it a try and see what happens.
-
-
-
In the spirit of mutual collaboration between the client and the API, the response must include a hint on how to obtain such authorization.
annotation meta: may need new tag: client/server cooperation?
-
If the client request does not include any access token, demonstrating that it wasn't aware that the API is protected, the API's response should not include any other information.
annotation meta: may need new tag: demonstrating....
-
- Dec 2021
-
nla.gov.au nla.gov.au
Tags
Annotators
URL
-
- Nov 2021
-
outline.com outline.com
-
www.forbes.com www.forbes.com
-
It's all too complex for our little brains to handle. And like any situation of excess complexity, we collapse dimensions until we have a structure we can comprehend. The problem, in this case, is that our simplifications create tunnels large enough for the trucks of hacker to drive through—with ease.
-
-
www.reddit.com www.reddit.com
-
They wanna be to Linux what the Play Store is to Android, what the App Store is to iOS.But we don't do that around here. We use Flatpak round 'ere.
annotation meta: may need new tag: company [aspiring] to be bigger / take over the world
-
-
stackoverflow.com stackoverflow.com
-
I arrived at this question searching for the answer as well
-
- Sep 2021
-
-
highlighted like this,
Hello! this is an annotation! i promise!
Tags
Annotators
URL
-
-
github.com github.com
-
Disclaimer I really have no desire to maintain this project, as it's not mine to begin with. I was looking for something like Gitso but it didn't quite have what I wanted. After making my changes I thought I might as well put this up on GitHub for others who wanted something similar. So if you have issues, you're better off forking the project and fixing them yourself.
.
Tags
Annotators
URL
-
-
-
L’esercizio fisico deve essere raccomandato per il controllo del diabete nelle persone con diabete di tipo 2?
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-
www.reddit.com www.reddit.com
-
Just my n=1 opinion only.
just my opinion
unique way of saying it
-
-
www.atechtown.com www.atechtown.com
-
If there is one thing that normally characterizes the entire Linux ecosystem, it is that there are many solutions to one problem.
many different solutions to a problem
-
-
github.com github.com
-
derivative project that removes proprietary software
-
-
ubuntu-tutorials.com ubuntu-tutorials.com
-
tcpwrappers or, as you’re probably more familiar, the hosts.allow and hosts.deny files
little-known facts better known as
Indeed, I'd heard of hosts.allowed but would have never known that they were part of a package/system called tcpwrappers (which I don't think I've ever heard of).
-
-
stackoverflow.com stackoverflow.com
-
Or use a '?' in place of a space as long as there are no other matching filenames than the one with spaces (since '?' matches any character): rsync -av host:a?long?filename /tmp/
-
-
www.impressivewebs.com www.impressivewebs.com
-
Maybe there’s a technical term that I’m not aware of for this type of centered line-splitting heading.
"what's it called?"
-
-
Local file Local file
-
because of its small size, binding of tris-NTA has minimum effect on biochemical and physicochemical properties of the protein
small tag may not alter the conformation and function of the protein
-
The observed Kd values were 1.3 ± 0.2 nM for the His6 peptide, 0.6 ± 0.3 nM for IDH R132H and 2.4 ± 1.1 nM for p38α
2 points:
- binding Kd is about 1nM
- Kd for different targets could be slightly different
-
-
-
Most issues have been manually labelled as stale rather than automated and closure will be manual too, so we have time to think.
manual action time to think
-
-
github.com github.com
-
while we figure out how to best include HMR support in the compiler itself (which is tricky to do without unfairly favoring any particular dev tooling)
-
-
-
Gems use a period and packages use a dot
Probably a false distinction, because "packages" is used in a way that it implies a distinction from "gems", when in actuality
- gems are packages, too (Ruby packages)
- it's referring specifically to JavaScript/node/npm packages,
... so there is only truly a distinctio if you are specific enough to say JavaScript packages.
-
-
stackoverflow.com stackoverflow.com
-
Good question. Too bad it went unanswered.
-
- Aug 2021
-
charlypoly.com charlypoly.com
-
We will see that this is not a fatality, because TypeScript is more powerful than you thought and some developers of the community are very crafty.
-
-
github.com github.com
-
* Now it's correct within the laws of the type system, but makes zero practical sense, * because there exists no runtime representation of the type `Date & string`. * * The type system doesn't care whether a type can be represented in runtime though.
new tag?: makes zero practical sense
makes zero practical sense because there exists no runtime representation of the type
-
- Jul 2021
-
jennifer.schafferlibrarycollections.org jennifer.schafferlibrarycollections.org
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ornare sem
I'm annotating the text using hypothes.is - it looks like you cannot annotate an image with this. You have to sign up to annotate text like this and log in.
-
-
frontend.up-j-fra.ubiquityjnl.website frontend.up-j-fra.ubiquityjnl.website
-
ccepted on 22 Jul 20
How about this for a test?
-
-
engl201.opened.ca engl201.opened.ca
-
Every text in computer format is encoded with tags, whether this is apparent to the user or not
I had never really wondered about the origins of tags and hashtags, even though I knew they were a somewhat recent phenomenon in terms of use by the general population. But this made me wonder if it happened as a result of the already common practice of tagging in code, or if it developed on its own. Turns out, we owe it all to programmers and wildfires!
-
- Jun 2021
-
github.com github.com
-
In the end this plugin is a piece of software that I wrote and I'm just doing what I think is reasonable to make our community more inclusive.
- doing what one believes is best for community
-
-
-
We should think about the number of simultaneous connections (peak and average) and the message rate/payload size. I think, the threshold to start thinking about AnyCable (instead of just Action Cable) is somewhere between 500 and 1000 connections on average or 5k-10k during peak hours.
number of simultaneous connections (peak and average)
the message rate/payload size.
-
-
twitter.com twitter.com
-
So ActionCable needs Redis! Is this the first time Rails is aligning with a vendor product? Why not abstract it like AR/AJ?
-
-
pragmaticstudio.com pragmaticstudio.com
-
(In case you’re wondering, there’s nothing special about the name CSRF-TOKEN.)
-
-
stackoverflow.com stackoverflow.com
-
One of the consequences (although arguably not the primary motivation) of DRY is that you tend to end up with chunks of complex code expressed once, with simpler code referencing it throughout the codebase. I can't speak for anyone else, but I consider it a win if I can reduce repetition and tuck it away in some framework or initialisation code. Having a single accessor definition for a commonly used accessor makes me happy - and the new Object class code can be tested to hell and back. The upshot is more beautiful, readable code.
new tag?:
- extract reusable functions to reduce duplication / allow elegant patterns elsewhere
-
-
basarat.gitbook.io basarat.gitbook.ioClasses1
-
If an access modifier is not specified it is implicitly public as that matches the convenient nature of JavaScript 🌹.
-
-
stackoverflow.com stackoverflow.com
-
Programmers should be encouraged to understand what is correct, why it is correct, and then propagate.
new tag?:
- understand why it is correct
Tags
- annotation meta: may need new tag
- combating widespread incorrectness/misconception by consistently doing it correctly
- spreading/propagating good ideas
- programming languages: learning/understanding the subtleties
- quotable
- programming: understand the language, don't fear it
- good advice
- having a deep understanding of something
Annotators
URL
-
-
www.w3.org www.w3.org
-
Critical to the acceptance of the position of the script subtag was the inclusion of information in the registry to make clear the need to avoid script subtags except where they add useful distinguishing information. Thus, the registry entry for the language subtag "en" (English) has a field called "Suppress-Script" indicating that the script subtag "Latn" should be avoided with that language, since virtually all English documents use the Latin script.
- not worth saying
- not necessary to say/write
- useless information
Suppress-Script
-
Another problem was the ambiguity of RFC 3066 regarding the generative syntax. The idea of "language-dash-region" language tags was easy enough to grasp; most users didn't read RFC 3066 directly or consider the unstated-but-realized implication that other subtags might sometimes occur in the second position.
unstated-but-realized
-
-
stackoverflow.com stackoverflow.com
-
over (order by effdt desc) prev
select ... over
-
-
-
database: query builder
like ActiveRecord for node
-
-
dba.stackexchange.com dba.stackexchange.com
-
For a «zoom out» view of my current data, here is a table-free working test :
SQL: experimenting with table-free data
-
- May 2021
-
interpersonal.stackexchange.com interpersonal.stackexchange.com
-
tweet at them. This has multiple effects: If they don't respond, it's bad PR
-
The best advice I can give you is: Seek a smaller provider which often are less formal and more approachable. When you found one where you have a good support, request your friends and family to move to this. You are doing something for them, then it can only happen on your terms.
- supporting those you like by sending business to them
- less formal and more approachable
-
So, +1 for play ball. Level 1 is supposed to filter out all simple issues (and once upon a time, you'll have forgotten something, happens to all of us), and they are not supposed to be creative. They get a script that has been refined over and over. Learn the scripts, prepare the answers, and you'll get to Level 2 more quickly than with any other method.
-
-
www.researchgate.net www.researchgate.net
-
57Consecuencias y factores relacionados con la remisióntardía en la enfermedad renal crónica
art factores
-
definicion referencia oportuna
Tags
Annotators
URL
-
-
github.com github.com
-
I cherry-picked the first commit into #872, we can add .erb support later if we find we need it.
cherry-picking only some commits from a PR
-
-
stackoverflow.com stackoverflow.com
-
I think so...I actually can't remember. I've used this script quite a bit.
where did it come from? don't remember
after a while, something that came from another starts to feel like your own
you make it your own
-
-
github.com github.com
-
Are you also tired and fed up with the bulkiness of jQuery, but also don't want to have to type document.querySelector("div").appendChild(document.createTextNode("hello")); just to add some text to an element?
happy middle/medium?
-
-
academic.oup.com academic.oup.com
-
https://doi.org/10.1093/beheco/arl046
Tag:ColorAposematico
-
-
www.metacritic.com www.metacritic.com
-
However, the novelty wears off quickly and the whole thing soon becomes a slog — the career mode could be cut in half and the experience would be better for it.
less is more/better
-
-
www.kickstarter.com www.kickstarter.com
-
My name is Floyd Lu, I have been designing and publishing games since 2015 under B&B Games studio. In 2020 B&B Games studio dissolved. I took over a part of the business including this account. I am unable to change the name and URL of my Kickstarter account. I delivered and personally worked on each project that I did and I can't transfer all the followers, therefore, I am still launching new projects under this account.
-
-
www.impressivewebs.com www.impressivewebs.com
-
when HTML5 started, the feedback from the HTML5 guys was pretty clear: HTML5 is there to improve web apps (standards-based flash! yay!), and not to improve HTML as a hypermedia format. http://dret.typepad.com/dretblog/2008/05/xhtml-fragment.html was a very early attempt to raise the issue and was shot down promptly. with HTML5 now branching into so many micro-specs (https://github.com/dret/HTML5-overview), maybe there’s a good chance to simply create a “FragIDs in HTML5” spec and see if there’s any community uptake. it would be great to see this getting started, and maybe IETF with its more open process would be a better place than W3C.
-
The simple problem that I see with fragment identifiers is that their existence and functionality relies completely on the developer rather than the browser. Yes, the browser needs to read and interpret the identifier and identify the matching fragment. But if the developer doesn’t include any id attributes in the HTML of the page, then there will be no identifiable fragments. Do you see why this is a problem? Whether the developer has coded identifiers into the HTML has nothing to do with whether or not the page actually has fragments. Virtually every web page has fragments. In fact, sectioning content as defined in the HTML5 spec implies as much. Every element on the page that can contain content can theoretically be categorized as a “fragment”.
at the mercy of author
-
-
simonstl.com simonstl.com
-
Making effective use of this mechanism requires either control of the targeted document or generous creators of targeted documents who have liberally applied id attributes throughout a document.
unlikely for anyone/most people to actually do that
-
-
stackoverflow.com stackoverflow.com
-
confirmation or refutation would be appreciated
-
-
hashnode.com hashnode.com
-
That's something that has been bugging me too. I mean, it's fine if not everything is supported, but if everyone could agree on what is or should be supported then that would make a huge difference. But until then, it's going to be a struggle.
-
-
hashnode.com hashnode.com
-
Honestly, even without flexbox support, most of the layout problems would be solved with simple-basic CSS3 support that is standard in all clients.
layout problems don't need ; all we need is simple-basic CSS3 support that is standard in all clients.
-
-
-
Approaching email development this way transitions more of the quality assurance (QA) process to the browser instead of the email client. It gives email designers more power, control, and confidence in developing an email that will render gracefully across all email clients.
can mostly test with browser and have less need (but still not no need) to test with email client
-
-
www.gkogan.co www.gkogan.co
-
They don't look like advertisements. The second the recipient interprets your email as an ad, promotion, or sales pitch—and it does take just a second—its chances of being read or acted upon plummet towards zero. A plain email leads people to start reading it before jumping to conclusions.
forces you to read before deciding
-
- Apr 2021
-
store.steampowered.com store.steampowered.com
-
NEGATIVESThe interface between the game and the Steam Client denies you the ability to take screenshots. I also could not capture play footage.
-
-
stackoverflow.com stackoverflow.com
-
There's nothing to stop you from doing initializer code in a file that lives in app/models. for example class MyClass def self.run_me_when_the_class_is_loaded end end MyClass.run_me_when_the_class_is_loaded MyClass.run_me... will run when the class is loaded .... which is what we want, right? Not sure if its the Rails way.... but its extremely straightforward, and does not depend on the shifting winds of Rails.
does not depend on the shifting winds of Rails.
-
-
store.steampowered.com store.steampowered.com
-
Game Saves After completion of each level
The things that are important / worth mentioning to different people. I agree with this one.
-
-
steamcommunity.com steamcommunity.com
-
Been seeing this comment copy/pasted everywhere it's pathetic what people will do for thumbs up/awards on reviews, be original and make your own review. If you guys need proof go and look at NVL reviews, I saw it on another game a few weeks ago too.
annoying
-
-
store.steampowered.com store.steampowered.com
-
Like a lot of reviews I write, I hope to come back to add on to this and embellish.
never done; keeps wanting to continue edit/update
-
Right now it's a matter of getting brass tacks up front and hopefully helping Feel-A-Maze get noticed.
helping it gain attention/publicity
-
-
www.metacritic.com www.metacritic.com
-
and even though there are plenty of additional characters to unlock, they’re ultimately only cosmetic, providing no real incentive to unlock them all
only cosmetic
-
-
stackoverflow.com stackoverflow.com
-
What you want is not to detect if stdin is a pipe, but if stdin/stdout is a terminal.
The OP wasn't wrong in exactly the way this comment implies: he didn't just ask how to detect whether stdin is a pipe. The OP actaully asked how to detect whether it is a terminal or a pipe. The only mistake he made, then, was in assuming those were the only two possible alternatives, when in fact there is (apparently) a 3rd one: that stdin is redirected from a file (not sure why the OS would need to treat that any differently from a pipe/stream but apparently it does).
This omission is answered/corrected more clearly here:
stdin can be a pipe or redirected from a file. Better to check if it is interactive than to check if it is not.
-
stdin can be a pipe or redirected from a file. Better to check if it is interactive than to check if it is not.
-
-
simplicable.com simplicable.com
-
Humor is based on a sense of the unexpected, inexplicable, ridiculous and ironic. Dry humor can enhance these qualities to make things more humorous. For example, humor that is delivered as if it were not a joke may feel more surprising and odd.
theory
enhances these qualities
-
-
-
By the way, the README file of the expect says there is a libexpect library that can be used to write programs on C/C++ which allows to avoid the use of TCL itself. But I'm afraid, this subject is beyond this article. Besides authors of expect themselves seem to prefer expect-scripts to the library.
possible but doesn't seem preferred
looking at what the authors themselves use
-
-
en.wikipedia.org en.wikipedia.org
-
In this framework, a stream is a chain of coroutines that pass messages between a program and a device driver (or between a pair of programs)
coroutines message passing
-
-
en.wikipedia.org en.wikipedia.org
-
TTY is right there in the name, but this article makes no attempt to clarify what exactly the relationship between a pseudoterminal and a TTY. I feel like a whole paragraph about the relation to TTY would be warranted, including a link to TTY article, of course, which does link [back] to and explain some of the relation to pseudoterminal:
In many computing contexts, "TTY" has become the name for any text terminal, such as an external console device, a user dialing into the system on a modem on a serial port device, a printing or graphical computer terminal on a computer's serial port or the RS-232 port on a USB-to-RS-232 converter attached to a computer's USB port, or even a terminal emulator application in the window system using a pseudoterminal device.
-
-
store.steampowered.com store.steampowered.com
-
A charming little romp through a realm of lateral thinking.
lateral thinking
-
-
hypothes.is hypothes.is
-
A note.
-