- Nov 2024
-
nickvsnetworking.com nickvsnetworking.com
-
some Python code from PyHSS that does it for you
I had chatGPT port this to dataweave:
``` %dw 2.0 output application/json fun TBCD_special_chars(input) = if (input == "*") "1010" else if (input == "#") "1011" else if (input == "a") "1100" else if (input == "b") "1101" else if (input == "c") "1100" else do { // log message "input " ++ input ++ " is not a special char, converting to bin " (input as Number) as String {format: "0b"} // converting input to binary }
fun TBCD_encode(input) = var output = "" var offset = 0 var matches = ["*", "#", "a", "b", "c"] while (offset < sizeOf(input)) do { if (sizeOf(input) - offset >= 2) do { var bit = upper(input[offset to offset + 1]) // Get two digits at a time bit = reverse(bit) // Reverse them
if (any(bit[i] in matches for i in (0 to 1))) do { var new_bit = TBCD_special_chars(bit[0]) ++ TBCD_special_chars(bit[1]) bit = (new_bit as Number) as String {format: "0b"} } output = output ++ bit offset = offset + 2 } else { output = output ++ "f" ++ input[offset to offset + 1] break } } output
fun TBCD_decode(input) = var output = "" var offset = 0 while (offset < sizeOf(input)) do { if (!contains(input[offset to offset + 1], "f")) do { var bit = input[offset to offset + 1] // Get two digits at a time bit = reverse(bit) // Reverse them output = output ++ bit offset = offset + 2 } else { var bit = input[offset to offset + 1] output = output ++ bit[1] break } } output
// Example usage var encoded = TBCD_encode("12*34#") var decoded = TBCD_decode(encoded)
{ "encoded": encoded, "decoded": decoded } ```
-
- Oct 2024
-
upgradedhome.com upgradedhome.com
-
This page sold me on clay bricks; they are easier to build with, and provide better strength, and insulation, once construction is completed. These benefits outweigh the increased cost, for me.
-
Though, it is recommended to account for expansion around doors and window openings
How, though? What would happen with clay bricks around a wooden door?
-
When it comes to cement bricks, due to their tendency to shrink, these structures may be more prone to cracks
Have seen this first-hand.
-
Standard clay bricks weigh about five pounds each, while an eight-inch cement brick can be as much 43 pounds
Is a standard clay brick about eight inches as well?
-
The power of a brick to absorb water is measured by the rate of absorption
You don't want your bricks to absorb water.
-
-
www.youtube.com www.youtube.com
Tags
Annotators
URL
-
-
alblue.bandlem.com alblue.bandlem.com
-
However, the notes don't have to be textual, nor do they have to be something which is mergeable.
Can I have binary files in my notes??
-
Overwriting existing notes for object 056ca11c01b47e2bfe1e51178b65c80bbdeef7b0
It seems that you're able to make notes on commits. Since a commit can be referenced by a tag, or branch, you can make notes on those, too -- kind of.
-
I have wondered if git's notes function would allow one to keep some kind of issue management system within the repository itself.
-
-
trailhead.salesforce.com trailhead.salesforce.com
-
SDK uses a method from a Software Development Kit (SDK)
From any SDK? Surely they can't mean you can stick an arbitrary "SDK" somewhere in Salesforce, and use it as a data source?
-
-
trailhead.salesforce.com trailhead.salesforce.com
-
Author
What is this for?
-
-
trailhead.salesforce.com trailhead.salesforce.com
-
you want to limit the results when the query is very broad to one or two letters
This limit clause won't go away even if the user types more than 2 letters, though.
-
how to build a Data Mapper Extract in Unit 1.
-
as the user types into the field, letter by letter
Is there a way to define a debounce timer?
-
-
-
trailhead.salesforce.com trailhead.salesforce.com
-
git-annex.branchable.com git-annex.branchable.com
Tags
Annotators
URL
-
-
explained-from-first-principles.com explained-from-first-principles.com
-
In graph theory, such a layout is known as a complete graph
I wonder what a "fully connected" brain would look like.
-
five links that can break one at a time while leaving all nodes indirectly connected with each other
I count two, but okay
Tags
Annotators
URL
-
-
trailhead.salesforce.com trailhead.salesforce.com
-
deletes stale data records that are missing data to clean it and make it more usable
Does this thing enable me to version my Salesforce data?
-
DataPacks API
Is this an alternative to the
Metadata API
? -
Product2 DataPacks
Wait --
DataPacks
aren't just for Omnistudio components? -
lib/querydefinitions.yaml
This seems ridiculous to me.
-
The automation server uses IDX Build Tool and the SFDX-CLI (Salesforce Command Line Interface) for automated deployment
Why both?
-
-
trailhead.salesforce.com trailhead.salesforce.com
-
Orgs configured in each project
So a single project can be configured with multiple orgs, even though they are sObject records? How does this work?
-
The OmniStudio Tracking Service is an event-tracking service that captures details of actions that users perform
All actions? Does it require configuration to be useful?
-
-
trailhead.salesforce.com trailhead.salesforce.com
-
Project objects
So Omnistudio projects are sObjects? That makes zero sense to me -- why??
-
-
explained-from-first-principles.com explained-from-first-principles.com
-
The problem is not Explicit TLS but rather the opportunistic use of TLS for the sake of backward compatibility
If one's email service did not require TLS, would one be unable to email with another who's service did not support TLS?
Tags
Annotators
URL
-
-
newssourcegy.com newssourcegy.com
-
-
Urban Consumer Price Index (CPI) year-to-date inflation stood at 1.6 percent,
I wonder what my income should be, knowing the CPI.
-
The Bank of Guyana has reported that food prices have increased by 3.2% during the first half of the year,
First half of 2024.
-
-
en.wikipedia.org en.wikipedia.org
-
99.99% ("four nines")
This is where AWS sits.
-
- Sep 2024
-
blog.nycm.com blog.nycm.com
-
we recommend checking the inside of your car’s fuel door
The inside of my fuel door has some Japanese business.
-
-
Tags
Annotators
URL
-
-
docdrop.org docdrop.org
-
-
less is more agile by Gerald manishka
-
-
nickvsnetworking.com nickvsnetworking.com
-
-
Diameter
A protocol for providing triple-A?
-
-
docdrop.org docdrop.org
-
Discusses whether it's possible that Hezbola's exploding pagers was an actual cyber attack.
Tags
Annotators
URL
-
-
cognitiveresearchjournal.springeropen.com cognitiveresearchjournal.springeropen.com
-
questioning the materials that they are studying
I do this and think I'm just being nosy.
-
Kornell, Klein, and Rawson (2015), however, found that it was the retrieval attempt and not the correct production of information that produced the retrieval practice benefit – as long as the correct answer was provided after an unsuccessful attempt, the benefit was the same as for a successful retrieval attempt in this set of studies.
One fires the same neural pathways in reading the answer, maybe, as one fired in attempting to retrieve the answer. The knowledge that the answer is correct then strengthens that pathway's connection to the answer in "memory"?
-
Thus, it is important to balance success of retrieval with overall difficulty in retrieving the information (Smith & Karpicke, 2014; Weinstein, Nunes, & Karpicke, 2016)
I guess you must find a way to make flashcards more difficult, but not too difficult, to make them as effective as possible.
-
-
www.socratic-method.com www.socratic-method.com
-
Is it really?
-
transcends the comforts of a guided existence
Loki would have disagreed with the notion that humanity would seek otherwise.
-
-
-
-
sedition for someone to use a computer system to circulate messages deemed to excite or attempt to excite disaffection towards the Government
"Disaffection" is a very broad term.
-
the State needs to be protected
By a sedition clause in a local cybercrime law?
-
-
www.paloaltonetworks.com www.paloaltonetworks.com
-
A VPN tunnel is the specific encrypted connection within a VPN
So a VPN tunnel requires a VPN be active on the machine at the start of the tunnel?
-
connection between a network device and a VPN server
So a VPN tunnel is used to connect to a VPN? That doesn't make sense to me.
-
-
www.healthline.com www.healthline.com
-
Your field of vision might narrow.
This is especially dangerous when driving.
-
women have often been socialized to display more positive emotions and internalize feelings that some perceive as negative, like anger
I feel like I try to do the same. Am I socialized to do so? By whom? Lisa?
-
Children and women are more likely to cry than adult men
You may psychologically still be a child. You must rectify this.
-
a distress signal used to summon help and provoke helping behaviors in others.
Maybe Lisa's comments after my outburst were upsetting because I did not understand they were meant to be helpful.
-
-
You can’t believe what you’re hearing. It’s unfair; it’s untrue.
This is a fairly self centered way to view the world.
Tags
Annotators
URL
-
-
www.stabroeknews.com www.stabroeknews.com
-
This is according to the Mid Year Report released by the Ministry of Finance yesterday.
-
-
- Aug 2024
-
-
steam license is different it gives you none of that it's a subscription not ownership
One can remove the DRM from steam games.
-
valve has built up a following that resembles a cult
I can see this.
-
Tags
Annotators
URL
-
-
-
I wonder how their different races might have affected their outcomes. They obviously should have had the same opportunities. Where did it all go wrong for Arthur?
Tags
Annotators
URL
-
-
docdrop.org docdrop.org
-
would like to see like step files I'm sure there's a reason they're not releasing those because then you kind of have like all the files you need to kind 00:08:41 of Clone this thing if you wanted to
Isn't that the point of making it open source? Do you have to pay for the step files?
-
its own custom firmware
Be nicer if it used QMK.
-
-
sit like this yet again
That's more pronation than I'm comfortable with.
Tags
Annotators
URL
-
-
-
Republicans mostly in the countryside and Democrats mostly in big cities
I wonder if that means PPP is Guyana's Republican party, and PNC is Guyana's Democratic party.
-
its politicians themselves who draw their own district maps
What the fuck lol
-
I wonder if I can use the knowledge shared here to identify Gerrymandering in Guyana.
Tags
Annotators
URL
-
-
newsroom.gy newsroom.gy
-
Much like my grandfathers, I wish I'd know the man better -- or at all.
-
Nelson Mandela once praised him, saying, “He is one of those men who have become famous because, in their fight for human justice, they have chosen the whole world as their theatre.”
Did he know Nelson Mandela?
-
Minister of Justice and Foreign Affairs of Guyana
When?
-
-
-
you'd still move through time at the speed of light
I'm beginning to feel like "speed of light" is a bad name for the universal constant.
-
-
www.nationalgeographic.com www.nationalgeographic.com
-
cognitiveresearchjournal.springeropen.com cognitiveresearchjournal.springeropen.com
-
I think I should define groups of my org-fc flashcards to review as a single unit. They should be interleaved.
Maybe test doing this with org-transclude.
Must look for good ways to implement retrieval practice.
-
if retrieval-based learning situations are constructed in such a way that ensures high levels of success, the act of bringing the information to mind may be undermined
So cheating hampers learning.
-
Importantly, both overt and covert retrieval practice improved memory over control groups without retrieval practice, even when feedback was not provided.
So even just re-taking an exam could assist with learning. Interesting.
-
retrieval practice may be more beneficial for higher-order learning if it includes more scaffolding (Fiechter & Benjamin, 2017; but see Smith, Blunt, et al., 2016)
What is scaffolding?
-
Retrieval practice effects on higher-order learning may be more sensitive than fact learning to encoding factors, such as the way material is presented during study (Eglington & Kang, 2016).
I'm having a hard time understanding the meaning here.
-
the effectiveness of retrieval-based learning has been extended beyond simple testing to other activities in which retrieval practice can be integrated, such as concept mapping
What exactly is concept mapping?
-
may seem surprising that retrieval (which happens when we take a test) improves memory
The brain is a muscle, after all. Expercising that muscle strengthens it.
-
the more helpful interleaving of related information
I find myself confused about what information should be interleaved.
-
for languages, mix vocabulary themes rather than blocking by theme
Right, but what's a vocabulary theme?
-
two sessions neither too close together (i.e., cramming) nor too far apart are ideal for retention
Maybe the rest time is subjective.
-
Students tend to cram for exams rather than space out their learning.
I wonder whether a memory's good storage strength would be undone by increasing it's recall strength through cramming. The research seems to suggest it would.
-
-
www.innerdrive.co.uk www.innerdrive.co.uk
-
Covert Retrieval is a cognitive process in which individuals recall information from their memory without demonstrating this process through observable actions. It occurs internally and silently.
Normal flashcards are covert.
-
-
-
the bulk of his shots come in from the left half space
This is very similar to Diaz's style.
-
-
-
the ranking of sushi over Pizza should not be affected by the new option
I think I disagree here. What if the new candidate is excellent? I must assume that Mr. Arrow is smarter than I am.
-
ranking someone first gives that candidate Four Points ranking them second would give them three and so on with zero points being awarded for last place
So with
n
candidates, first place getsn - 1
points? -
social Choice theory
Excitement -- is this something to do with the size of a group?
-
Maybe a democracy can work, if it's voting system works well enough.
-
do verger's law
Duverger's Law
-
the last 100 years there were 21 times a single party held a majority of the seats in the British Parliament but only two of those times did the majority of the voters actually vote for that party
I cannot recall the last time I heard Brits were satisfied with their government. Guyana, too.
-
-
Tags
Annotators
URL
-
-
www.stabroeknews.com www.stabroeknews.com
-
-
EPA again did not require an EIA
Why the hell not?
-
The EPA had waved the EIA
Why?
-
-
www.mulesoft.com www.mulesoft.com
-
I wonder what a source of truth is -- not necessarily an SSOT for the customer/company data, which is what Salesforce could become.
-
-
mlgrd.gov.gy mlgrd.gov.gycap28011
-
All moneys borrowed by a council with the approval of theMinister
What about money borrowed without the minister's approval?
-
-
www.simplypsychology.org www.simplypsychology.org
-
educators believe that if a learning task is interrupted and resumed later, then the information learned during that task is more likely to be remembered.
Maybe because that interpretation provides an opportunity to actively recall the study material.
-
Frequently, more complete than uncompleted tasks are recalled,”
Maybe this is to do with the participants' pride?
-
-
www.loudersound.com www.loudersound.com
-
-
the more extreme the genre, the more friendliness I’ve encountered
Interesting to me; I have not had that community at home.
-
Music is rhythm, rhythm is structure, and structure is soothing to an ADHD brain struggling to regulate itself to stay on a linear path
This makes perfect sense.
-
Music is scientifically proven to help ADHD brains
Music in general? Not just "heavy" music?
-
“extremely geeky” autistic hyperfixations
Like attempting to come up with math-like definitions for each genre, and subgenre, of music.
-
Heavy music makes me feel like I’m expressing my emotions in a way that wouldn’t be possible otherwise
The music kind of speaks FOR me, instead of TO me. It probably does both, at times.
-
allowing me a rare moment of calm.
This was slipknot/linking park/SOAD for me.
-
why am I always so tired
Maybe you're also depressed?
-
wasn’t putting my mind to it
I was told this as well.
-
lost inside my own head, and with so much going on inside, the outside world can appear hazy
The music kind of quiets that noise for me. Maybe it simply distracts me from the noise?
-
-
www.kaieteurnewsonline.com www.kaieteurnewsonline.com
-
Ask the Minister…who would read it? Glenn Lall? I can’t even go through that. You need technical people. A Field Development Plan for an oil and gas sector you need specialized people. They would put Glenn Lall, the specialist to read it. Who in your agency would read it if you see it?
I think this justification is bullshit.
-
-
newsroom.gy newsroom.gy
-
a duly authorised officer of the Guyana Police Force travelled to New York
Who is this officer?
-
this entire process was video recorded by the Police Officer from the Guyana Police Force
Any chance this video will be released?
-
District in which the offences were allegedly committed
Which is ???
-
a sting operation was carried out by Police Officers
Should there not be a published report detailing this operation?
-
- Jul 2024
-
newsroom.gy newsroom.gy
-
This will not be tolerated
It obviously will, though
-
- May 2024
-
www.packetcoders.io www.packetcoders.io
-
Policy and Charging Rules Function (PCRF) - supports service data flow detection, policy enforcement and flow-based charging
Is this the CCS??
-
Authentication Center (AUC) - Provides a protected database that stores a copy of the secret key stored in each subscriber's SIM card
A users table?
-
Equipment Identity Register (EIR) - A database that contains a list of all valid equipment on the network. Equipment is then marked as allowed, denied or restricted.
What's the difference between denied, and restricted?
-
Visitor Location Register (VLR) - Temporary database which is updated via the HLR whenever a new MS enters its area.
So this handles switching devices between towers?
-
Home Location Register (HLR) - Database used for storage and management of subscriptions. Such as subscribers service profile, location, and activity status.
Isn't this what an HSS does?
-
The BSC is the connection between the mobile and the Mobile Switching Center (MSC).[
We have something called an "SMSC" -- is that similar to an "SMC"?
I don't think so; SMSC seems to stand for "short message service center", where SMC here stands for "message switching service".
-
In addition, 2G allowed for the digital encryption of phone conversations and greater wireless penetration levels thanks to greater spectrum efficiency.
What does penetration mean here? I guess it's something to do with the wireless signal's ability to penetrate physical barriers?
-
-
docs.oracle.com docs.oracle.com
-
Note that the SNAPSHOT changes constantly. Whenever an agent deploys the artifact, it is updated in the shared repository
Does this mean I can update an existing snapshot version multiple times? That could be very useful.
-
-
gerrit-review.googlesource.com gerrit-review.googlesource.com
-
Push the commit to Gerrit
Wouldn't this fail if the remote has a different HEAD?
-
Rebase the commit if needed
You'd be able to just push if you did a new commit. Maybe my workflow is bad.
-
Amend the commit
This is surprising to me; I'd just do a new commit.
-
- Apr 2024
-
www.givemesport.com www.givemesport.com
-
-
Many games have seen less than 1,000 fans in stadiums
What happened to Arab's love for the sport? There was a lot of that sentiment going around for the Quatar WC.
-
- Mar 2024
-
-
the Police Constable remains under close arrest
Must get this constable's name.
-
- Feb 2024
-
newsroom.gy newsroom.gy
-
uninspired to participate
His participation is expected, is it not?
-
-
-
Recently as yesterday, we had a fire prevention talk from the fire service but unfortunately this happened today so definitely we need to review all of our facilities’ fire prevention techniques,
🤣🤣🤣
-
fire of unknown origin
Why is this filed under crime?
-
- Jan 2024
-
nsarchive.gwu.edu nsarchive.gwu.edu
-
Very interested to know what Kennedy's instructions were, and what thet CIA was doing, exactly. I wish I could read the actual documents.
-
Cold War concerns about another Communist Cuba in Latin America drove President John F. Kennedy to approve a covert CIA political campaign to rig national elections in British Guiana, then a British colony but soon to be independent, according to declassified documents posted today by the National Security Archive
Link??
-
-
-
The documents should have been released. Were they?
-
In June the Clinton Administration prepared to send a new Ambassador to the little country -- apparently unaware that the prospective nominee had helped to undermine the restored leader
Is Weiner allergic to citations, and sources?
-
But State Department and C.I.A. officials refuse to release them, saying it is not worth the embarrassment
Then there should be some record of them saying so, no?
-
President Kennedy ordered the Central Intelligence Agency to subvert the country's leader
Need a source.
-
- Dec 2023
-
psychcentral.com psychcentral.com
-
Feeling frustrated or upset is a natural response that occurs when the outcome of a situation turns out differently than expected.
Expectation are resentments waiting to happen, remember?
-
-
er4hn.info er4hn.info
-
Why did we decide on our SQL table having this schema?
Isn't this the place to reference an ADR?
-
Markdown is an excellent language to use for doc files stored next to code
There are markdown documentation frameworks, but I still want to try sphinx.
-
I didn’t mention tl;dr here, because it’s the opposite of what is desired. tl;dr is what journalists would call “burying the lede” when the important parts appear at the end of a document
Implying that a tl;dr only appears at the end?
-
-
Define the Audience
See the quadrants of diataxis as a good example of what kind of documentation to write, depending on who is meant to read it, and when they are meant to read it.
-
-
er4hn.info er4hn.info
-
I think Peter called this "secret knowledge".
-
-
-
EA's Fit-Gap Analysis that determines the optimum Information Technology
What the hell is fit-gap analysis?
-
-
-
program, project, or product level
Interesting delineation
-
Digital transformation
Ved's literal title
-
times you've had to manage, extend, support, or maintain brittle and undocumented systems
I am currently going through this
-
-
www.salesforceben.com www.salesforceben.com
-
No mention of how to authenticate the deployment, which is disappointing. See the repository for more.
- https://github.com/salto-io/salesforce-ci-cd-org-dev/blob/ca2177829b49b0fce1167ad4c93ea0190293f9ad/.github/workflows/push-master-branch.yml#L40C22-L40C97
- https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_org_commands_unified.htm#cli_reference_org_login_sfdx-url_unified
-
Some people in the ecosystem favor deploying the entire branch
I've thought about only deploying the things that have changed. It is my experience that the repository can easily get out of sync with the production org. Therefore deploying the entire branch can break things.
-
Run the tests again
All tests, or just the specified tests?
-
- Nov 2023
-
-
civilian mathematician Thomas Christie
Looks vaguely familiar.
-
Tags
Annotators
URL
-
-
-
he's Elite at getting the ball into the box from set pieces same as James brous 00:03:00 Kevin De bruyne Alexander Arnold
Why don't we run Trent on the right of a midfield 4?
-
-
-
he believed that people didn't ever want to do the wrong thing instead when people did the wrong thing it was simply out of ignorance
I agree to a point: I think people do the wrong thing when it's the easier thing.
-
could you consistently day in and day out overcome the monster of Temptation
I don't know. Maybe. I did it for 20 days, and felt I could definitely have done more. Maybe I should.
-
Tags
Annotators
URL
-
-
www.mulesoft.com www.mulesoft.com
-
Open Source ESB integration platforms, such as Mule as an ESB
Had no idea this was open source.
-
-
www.psychalive.org www.psychalive.org
Tags
Annotators
URL
-
-
blogs.mulesoft.com blogs.mulesoft.com
-
-
Now, it is time to double check the File Path for File Connector (Read Operation).
I wonder if there is some way to build the file on the fly.
-
-
trailhead.salesforce.com trailhead.salesforce.com
-
The response contains just a status code of 201 Created, which indicates that Salesforce successfully received the job data.
What happens if I hit the endpoint multiple times?
-
-
trailhead.salesforce.com trailhead.salesforce.com
-
always true)
Then what's the point of having this in a field? Should I do a boolean field, with a default value of true?
-
-
www.psychologytoday.com www.psychologytoday.com
-
He discovered that patients would often try to avoid pain—but that that avoidance would lead to deeper distress
Reminds me of me trying to avoid stress, and regret, only to be met with stress and regret. Do not avoid pain -- accept it, identify it, and... push through it?
-
-
-
3. When do you feel most like yourself?
How do I know this if I don't even know who I am?
-
1. Who do you admire?
Rowen comes to mind. Steve Simpson.
-
-
peacemaker.un.org peacemaker.un.org
-
The start of proceedings to define a boundary line between Guyana and Venezuela.
- https://www.youtube.com/watch?v=Btqc9Kch980
- 1899 arbitral award
- https://icj-cij.org/case/171
-
-
www.menshealth.com www.menshealth.com
-
NNN is a personal challenge, and nothing more.
-
-
www.stabroeknews.com www.stabroeknews.com
-
Maybe the PPP aligns itself with the Petty Bourgeoisie because they were the working class people that the PPP "championed" in the past. That would be classic corruption, viewed over time.
-
-
psychcentral.com psychcentral.com
-
Try to choose something that you find soothing and enjoyable
I can think of nothing I do that I find soothing. I guess gaming is enjoyable, though. I have this nagging feeling that escapism is bad, though.
-
-
-
www.psychologytoday.com www.psychologytoday.com
-
www.ncbi.nlm.nih.gov www.ncbi.nlm.nih.gov
-
-
memory traces
I keep seeing this term -- what does it mean?
Tags
Annotators
URL
-
-
www.verywellhealth.com www.verywellhealth.com
Tags
Annotators
URL
-
-
www.ncbi.nlm.nih.gov www.ncbi.nlm.nih.gov
-
-
certain neuron populations in the prefrontal cortex (PFC) exhibit coordinated reactivations during awake ripple events
Is the PFC in the hippocampus? The neocortex? Neither? What are awake-ripple-events?
Tags
Annotators
URL
-
-
blacksmithgu.github.io blacksmithgu.github.io
-
Wonder if it's possible to have inline DQL in the properties of a file. If so, I wonder if it's possible to query for/against those properties.
-
-
www.gnu.org www.gnu.orggnu.org1
-
the text or other graphics you are editing or viewing
So emacs can display non-textual graphics -- I know it can display images, but they are just rendered in the text line, and the line is expanded to fit the image, which isn't great.
-
-
publish.obsidian.md publish.obsidian.md
-
You can tweak Tasks' Todo status so that it toggles to 'In Progress', which then toggles to 'Done'.
Workflow sequences!
-
-
www.health.harvard.edu www.health.harvard.edu
-
headache preventive medication
Such as?
-
-
www.youtube.com www.youtube.com
-
dataview allows you to treat your Vault your brain your collection of linked tagged markdown files
Also makes me consider switching...
-
this plugin shows 00:08:56 tags like folders
THIS makes me want to switch.
-
I used to use emacs org mode and actually for a certain kind of delicate nerd I recommend it more 00:00:35 highly than obsidian
What kind of "delicate nerd", sir?
-
- Oct 2023
-
www.leonrische.me www.leonrische.meReview1
-
rate good
What does this mean?
-
-
-
erally. 5. F
Wait but how does this work
-
- Sep 2023
-
www.verywellmind.com www.verywellmind.com
-
Lack of empathy on the other person’s part is often unintentional and may stem from their problems, traumas, or experiences.
Maybe because of school?
-
-
newsroom.gy newsroom.gy
-
ExxonMobil Guyana Limited, previously known as Esso Exploration and Production Guyana Limited (EEPGL)
When was the name changed? Why?
-
we have to have a policy where people, at the technical level particularly, who engage with the oil and gas companies and executives, that they must seek the explicit clearance from the ministry and they must report back on the nature of every engagement
So exxon mobile spent 214 million USD on the word of a random technician/engineer?
-
- Aug 2023
-
www.khanacademy.org www.khanacademy.org
-
distance from each data point to the mean
I think they just mean difference
-
find the mean
Mean and average are the same
-
its distance to the mean
is that what the "∣" mean, in the formula?
-