I am completely new to the world of earning money online. I don't have any experience yet, but I am very optimistic and willing to learn. When I look back, I always think about the early days of Bitcoin when it was worth almost nothing and required very little to get into. I know we can't turn back time, but I am looking for that same kind of innovative, ground-floor opportunity today. Are there any new, unusual, or emerging platforms right now where a beginner can get in early and earn something with high future potential? I am not looking for get-rich-quick scams, just real, innovative projects or micro-tasks that are flying under the radar right now. I would love to hear your thoughts and suggestions. submitted by /u/Used-Title7675 [link] [Kommentare]
I asked ChatGPT and Claude what they would invest if they where to invest in 2 coins today along with the following details: - 20x + return - marketcap. Under 50M - Listed under 2 years - Audited - low amount of holders and more than 50% of the total available coins have to be diluted. Both came up with “Immunefi”. Claude also suggested Giza and ChatGPT mentioned Auki Labs. After looking at all three I wanted to buy some Immunefi. But based of what I could see since the launch it seems it’s not good and lost 97%. Now my question is, is this correct or is this common for newer coins? Or is it dead and a bad investment? submitted by /u/Tenter88 [link] [Kommentare]
Back in 2015-16, I once accidentally deleted the "entire production" at Practo. Slight exaggeration, but here's what happened...
Next in my list of trying to use AI to further my PhD research is Scenario Tests. A unit testing framework for distributed protocols. For a given protocol implementation, I use AI to write Scenario Tests automatically from the protocol specification. The first work in my PhD was Netrix, a domain specific language for testing distributed protocol implementations. Essentially, I was trying to answer the question - What is the equivalent of a unit test for distributed protocols? The answer is Scenario tests. Distributed protocols are notoriously hard to implement correctly, and even harder to find bugs in. However, it is relatively easy to present new protocols and theoretically prove their correctness. The proofs typically follow some form of scenario reasoning. If this invariant is violated, then we get into a scenario which can never happen. Understanding the reasoning and believing in the correctness of the proof is a first step in implementing the protocol. Therefore, it is also very natural for the developer implementing the protocol to write the tests as scenarios. To write a Scenario Test, a developer writes a sequence of filter rules. They filter events to track a runtime monitor, and also guide the execution of the distributed protocol. Let's look at a simple example for Raft. The test states a simple property and enforces a specific scenario in the execution of the distributed system - one where votes and their responses are never delivered and hence, no leader is ever elected. The test has two components, (1) The state machine, and (2) the filters. The state machine tracks the state of the test, derived either from messages sent or from the local state of the nodes in the distributed system. The filters decide which messages are delivered, dropped, duplicated, manipulated, or just observed. Together, they create a scenario and describe a property that needs to be satisfied. Underneath, the test is driven by a stream of events. Events are created when messages are sent, received, or other internal steps are taken by the nodes (e.g. becoming a leader). The events are passed through the filters one by one, and the corresponding action is taken if any of the filters match. If none match, the default action is to deliver a message. Lots of interesting questions come up with scenario tests. How does the test decide the order of messages observed (since there is no single true order in distributed systems)? In the original paper, we allow users to plug in their own strategy for exploration, but the default is random order. The second question which I use the help of AI to answer is - Who writes the test? How do you know which tests are needed or sufficient? For the original paper, I manually wrote all the tests and we come up with a methodology to derive tests from the protocol specification. Now with the advent of AI, I give the LLM the spec of a distributed protocol, the DSL syntax and semantics, and instruct it to write as many tests as it can with the goal of being exhaustive. As expected, we got a lot of meaningful and interesting tests that I'd missed when I manually wrote them. But since etcd/raft is such a robust implementation, I did not find any bugs. All the tests including the framework can be accessed here - zeu5/raft You can find the paper (published in NETYS 2024) and all the detailed experiments here - arXiv (2303.05893)
This is the fourth part (I, IIa, IIb, III) of our honestly-who-knows-how-many part series laying out some general guidelines for how pre-modern armies are organized. We’ve talked about how ar…
I love taking notes, but one problem that I have is that that I start cherishing every notebook that I start. I can't seem to keep my notes messy. Eventually...