I've had a pretty good experience offering bounties on my own projects: - https://github.com/orgs/com-lihaoyi/discussions/6 If you look at that thread, you'll see I've paid out quite a lot in bounties, somewhere around 50-60kUSD (the amount is not quite precise, because some bounties I completed myself without paying, and others I paid extra when the work turned out to be more than expected). In exchange, I did manag…
Notion API importer, with Databases to Bases conversion bounty
41–50 of 67 posts
Re: Notion API importer, with Databases to Bases conversion bounty
#42Re: Notion API importer, with Databases to Bases conversion bounty
#43I can’t figure out why it’s so damn slow. But also, how is it any better than Notion at that point?
Re: Notion API importer, with Databases to Bases conversion bounty
#44Earlier quoted context omitted.
But the original poster said: >Even if AI contributed just a tiny bit. Which would imply autocorrect should be reported as AI use.
A law like this would obviously need some sort of sensible definition of what "AI" means in this context. Online translation tools also use ML models and even systems to unlock your device with your face do, so classifying all of that as "AI contributions" would make the definition completely useless. I assume the OP was talking about things like LLMs and diffusion models which one could definitely single out for reg…
Laws are built on definitions and this hand-wavy BS is how we got nonsense like the current version of the AI act.
Re: Notion API importer, with Databases to Bases conversion bounty
#45Earlier quoted context omitted.
A law like this would obviously need some sort of sensible definition of what "AI" means in this context. Online translation tools also use ML models and even systems to unlock your device with your face do, so classifying all of that as "AI contributions" would make the definition completely useless. I assume the OP was talking about things like LLMs and diffusion models which one could definitely single out for reg…
OK, so define it for us, please. Because, once again, this thread is talking about introducing laws about "AI". OP was talking about LLMs you say - So SLMs then are fine? If not, then where is the boundary? If they're fine then congratulations you have created a new industry of people pushing the boundaries of what SLMs can do, as well as how they are defined. Laws are built on definitions and this hand-wavy BS is ho…
I also don't understand why you think this would be so impossible to define. There are regulations for all kinds of areas where specific things are targeted like chemicals or drugs and just because some of these have incentivized people to slightly change a regulated thing into an unregulated thing does not mean we don't regulate these areas at all. So how are AI systems so different that you think it'd be impossible to find an adequate definition?
Re: Notion API importer, with Databases to Bases conversion bounty
#46My obsidian is slow to start on my phone (~30s, latest iPhone) and even on my computer it’s ~10s. I probably have 1000 notes, no back links, and I’m using the Vim extension and the default theme. It uses iCloud backup. I can’t figure out why it’s so damn slow. But also, how is it any better than Notion at that point?
As for why is it better than Notion at that point, well, if you wanted to you could use a "faster" app like iA Writer on your phone, or anything that can open Markdown. That remains its biggest benefit, you're never locked in to files that are only on someone else's server.
Re: Notion API importer, with Databases to Bases conversion bounty
#47My obsidian is slow to start on my phone (~30s, latest iPhone) and even on my computer it’s ~10s. I probably have 1000 notes, no back links, and I’m using the Vim extension and the default theme. It uses iCloud backup. I can’t figure out why it’s so damn slow. But also, how is it any better than Notion at that point?
Re: Notion API importer, with Databases to Bases conversion bounty
#48What’s the easiest way to convert all dataviews in an existing Obsidian vault to Bases?
Re: Notion API importer, with Databases to Bases conversion bounty
#49I've had a pretty good experience offering bounties on my own projects: - https://github.com/orgs/com-lihaoyi/discussions/6 If you look at that thread, you'll see I've paid out quite a lot in bounties, somewhere around 50-60kUSD (the amount is not quite precise, because some bounties I completed myself without paying, and others I paid extra when the work turned out to be more than expected). In exchange, I did manag…
I only briefly glanced at your project, but it doesn’t look like a commercial offering or a component of one… what is your motivation for paying people to do this work? I would think bounties would be used more often by companies who need some open source feature for interoperability or integration purposes…
Re: Notion API importer, with Databases to Bases conversion bounty
#50Everyone is looking down on LLM-assisted dev here, but I think it's a great fit. I also don't believe it can be one-shotted (there's too many deltas between Notion's API and Obsidian). With that said, LLMs are great for enumerating edge-cases, and this feels like the perfect task for Codex/Claude Code. I'd implore the obsidian team/maintainers to take a stab at building this with LLMs. Based on personal experience, t…
Someone's given it a shot: https://github.com/obsidianmd/obsidian-importer/pull/424
My guess is this is close to the level of testing they put forth for ensuring the AI generated code works (based off my experience with other AI heavy devs). They didn’t take any time to thoroughly review nor understand the code. A large file doesn’t necessarily mean shoddy work, but it certainly indicates it’s likely that.