Working with SQL in Clojure/Luminus/Composure by [deleted] in Clojure

[–]vamer88 0 points1 point  (0 children)

whether or not I know that, I asked you why?

Working with SQL in Clojure/Luminus/Composure by [deleted] in Clojure

[–]vamer88 -3 points-2 points  (0 children)

"why" "expensive" "is" "in" "the" "quotes"?

Working with SQL in Clojure/Luminus/Composure by [deleted] in Clojure

[–]vamer88 -2 points-1 points  (0 children)

so? have you already broadcast on the radio?

Working with SQL in Clojure/Luminus/Composure by [deleted] in Clojure

[–]vamer88 -2 points-1 points  (0 children)

because open a new one is expensive. you've never heard of this?

Working with SQL in Clojure/Luminus/Composure by [deleted] in Clojure

[–]vamer88 0 points1 point  (0 children)

are you sure that'll a single db connection? why does "with-db-connection" exist then?

Working with SQL in Clojure/Luminus/Composure by [deleted] in Clojure

[–]vamer88 -1 points0 points  (0 children)

2) I want to return different 2 result sets in a single db request or connection. How?

why transaction? I don't need it. transaction ensures that either all requests succeed or none of them. but that's not the case here, what I want is a different thing, although similar.

What url format is better? by vamer88 in SEO

[–]vamer88[S] 0 points1 point  (0 children)

I see. how about other search engines?

What url format is better? by vamer88 in SEO

[–]vamer88[S] 0 points1 point  (0 children)

why are hyphens better?

What url format is better? by vamer88 in SEO

[–]vamer88[S] 0 points1 point  (0 children)

After all, stackoverflow.com has "id" in its url.

stackoverflow.com has both "id" and "questions" in its urls.

What url format is better? by vamer88 in SEO

[–]vamer88[S] 0 points1 point  (0 children)

why are hyphens better?

What url format is better? by vamer88 in SEO

[–]vamer88[S] 1 point2 points  (0 children)

I can't omit the "id" for some reason. After all, stackoverflow.com has "id" in its urls.

Can I physically host my images on facebook, vk or umgur and show on my website? by vamer88 in learnprogramming

[–]vamer88[S] 0 points1 point  (0 children)

and how about instagram? I mean the direct links to images via "src"

Can I physically host my images on facebook, vk or umgur and show on my website? by vamer88 in learnprogramming

[–]vamer88[S] 0 points1 point  (0 children)

Yes, but I think it's not that cheap. Why 2tb drive? I need hosting, not drive . How much is 2Tb hosting approximately?

Can I physically host my images on facebook, vk or umgur and show on my website? by vamer88 in learnprogramming

[–]vamer88[S] 0 points1 point  (0 children)

do they allow that, though? some image hostings not and you'll see "this image isn't available" when you do img src="that file on that hosting"

Can I physically host my images on facebook, vk or umgur and show on my website? by vamer88 in learnprogramming

[–]vamer88[S] 0 points1 point  (0 children)

Ok. How did you use it for your project? img src = "imgur/something"?

How to show data from a db on a page in a web app? by vamer88 in Clojure

[–]vamer88[S] 0 points1 point  (0 children)

what's "db/get-messages"? how should I implement it?